Color Hex Logo

#fd830b Color Hex

#FD830B
(253,131,11)
0 Favorites   0 Comments

Color spaces of #fd830b

RGB 25313111
HSL0.080.980.52
HSV30°96°99°
CMYK 0.000.480.96   0.01
XYZ48.684737.13944.9193
Yxy37.13940.53650.4093
Hunter Lab60.942135.949337.8735
CIE-Lab67.381540.653672.5288

#fd830b color RGB value is (253,131,11).

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

The process color (four color CMYK) of #fd830b color hex is 0.00, 0.48, 0.96, 0.01. Web safe color of #fd830b is #ff9900. Color #fd830b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 00001011
Octal 375 203 13
Decimal 253 131 11
Hex FD 83 B

RGB Percentages of Color #fd830b

%64.05
%33.16
%2.78

CMYK Percentages of Color #fd830b

%0
%48
%96
%1

Triadic Colors of #fd830b

#fd830b #0bfd83 #830bfd

Analogous Colors of #fd830b

#fd830b #fdfc0b #fd0b0c

Monochromatic Colors of #fd830b

#fd830b

Complementary Color

#fd830b #0b85fd

#fd830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd830b Color CSS Codes

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

#fd830b Text Font Color

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

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


#fd830b Background Color

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

This div background color is #fd830b


#fd830b Border Color

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

This div border color is #fd830b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd830b


Comments

No comments written yet.

Please login to write comment.