Color Hex Logo

#fe790b Color Hex

#FE790B
(254,121,11)
0 Favorites   0 Comments

Color spaces of #fe790b

RGB 25412111
HSL0.080.990.52
HSV27°96°100°
CMYK 0.000.520.96   0.00
XYZ47.770834.76974.5100
Yxy34.76970.54880.3994
Hunter Lab58.965841.420436.7413
CIE-Lab65.569045.947171.4368

#fe790b color RGB value is (254,121,11).

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

The process color (four color CMYK) of #fe790b color hex is 0.00, 0.52, 0.96, 0.00. Web safe color of #fe790b is #ff6600. Color #fe790b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00001011
Octal 376 171 13
Decimal 254 121 11
Hex FE 79 B

RGB Percentages of Color #fe790b

%65.80
%31.35
%2.85

CMYK Percentages of Color #fe790b

%0
%52
%96
%0

Triadic Colors of #fe790b

#fe790b #0bfe79 #790bfe

Analogous Colors of #fe790b

#fe790b #fef30b #fe0b17

Monochromatic Colors of #fe790b

#fe790b

Complementary Color

#fe790b #0b90fe

#fe790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe790b Color CSS Codes

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

#fe790b Text Font Color

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

This sample text font color is #fe790b
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.


#fe790b Background Color

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

This div background color is #fe790b


#fe790b Border Color

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

This div border color is #fe790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe790b


Comments

No comments written yet.

Please login to write comment.