Color Hex Logo

#fd790b Color Hex

#FD790B
(253,121,11)
0 Favorites   0 Comments

Color spaces of #fd790b

RGB 25312111
HSL0.080.980.52
HSV27°96°99°
CMYK 0.000.520.96   0.01
XYZ47.405834.58164.4930
Yxy34.58160.54820.3999
Hunter Lab58.806140.984836.6343
CIE-Lab65.421645.567271.2698

#fd790b color RGB value is (253,121,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 00001011
Octal 375 171 13
Decimal 253 121 11
Hex FD 79 B

RGB Percentages of Color #fd790b

%65.71
%31.43
%2.86

CMYK Percentages of Color #fd790b

%0
%52
%96
%1

Triadic Colors of #fd790b

#fd790b #0bfd79 #790bfd

Analogous Colors of #fd790b

#fd790b #fdf20b #fd0b16

Monochromatic Colors of #fd790b

#fd790b

Complementary Color

#fd790b #0b8ffd

#fd790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd790b Color CSS Codes

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

#fd790b Text Font Color

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

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


#fd790b Background Color

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

This div background color is #fd790b


#fd790b Border Color

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

This div border color is #fd790b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd790b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd790b


Comments

No comments written yet.

Please login to write comment.