color codes Logo

#fe3b0d color codes

#FE3B0D
(254,59,13)
0 Favorites   0 Comments

Color spaces of #fe3b0d

RGB 2545913
HSL0.030.990.52
HSV11°95°100°
CMYK 0.000.770.95   0.00
XYZ42.509724.22782.8167
Yxy24.22780.61120.3483
Hunter Lab49.221768.021131.0624
CIE-Lab56.315270.669265.5310

#fe3b0d color RGB value is (254,59,13).

#fe3b0d hex color red value is 254, green value is 59 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fe3b0d hue: 0.03 , saturation: 0.99 and the lightness value of fe3b0d is 0.52.

The process color (four color CMYK) of #fe3b0d color code is 0.00, 0.77, 0.95, 0.00. Web safe color of #fe3b0d is #ff3300. Color #fe3b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111011 00001101
Octal 376 73 15
Decimal 254 59 13
Hex FE 3B D

RGB Percentages of Color #fe3b0d

%77.91
%18.10
%3.99

CMYK Percentages of Color #fe3b0d

%0
%77
%95
%0

Triadic Colors of #fe3b0d

#fe3b0d #0dfe3b #3b0dfe

Analogous Colors of #fe3b0d

#fe3b0d #feb40d #fe0d57

Monochromatic Colors of #fe3b0d

#fe3b0d

Complementary Color

#fe3b0d #0dd0fe

#fe3b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3b0d Color CSS Codes

.mybgcolor {background-color:#fe3b0d; } 
.myforecolor {color:#fe3b0d; }
.mybordercolor {border:3px solid #fe3b0d; }

#fe3b0d Text Font Color

<p style="color:#fe3b0d">Text here</p>

This sample text font color is #fe3b0d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe3b0d Background Color

<div style="background-color:#fe3b0d">
Div content here</div>

This div background color is #fe3b0d


#fe3b0d Border Color

<div style="border:3px solid #fe3b0d">
Div here</div>

This div border color is #fe3b0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,59,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe3b0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe3b0d;
  -webkit-box-shadow: 1px 1px 3px 2px #fe3b0d;
  box-shadow:         1px 1px 3px 2px #fe3b0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,59,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe3b0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe3b0d;
  -webkit-box-shadow: 1px 1px 3px 2px #fe3b0d;
  box-shadow:         1px 1px 3px 2px #fe3b0d;">
Div content here</div>

This div box has shadow with color #fe3b0d

Related Colors


Comments

No comments written yet.

Please login to write comment.