Color Hex Logo

#fd830a Color Hex

#FD830A
(253,131,10)
0 Favorites   0 Comments

Color spaces of #fd830a

RGB 25313110
HSL0.080.980.52
HSV30°96°99°
CMYK 0.000.480.96   0.01
XYZ48.679137.13724.8897
Yxy37.13720.53670.4094
Hunter Lab60.940335.940237.9009
CIE-Lab67.379840.645372.6691

#fd830a color RGB value is (253,131,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 00001010
Octal 375 203 12
Decimal 253 131 10
Hex FD 83 A

RGB Percentages of Color #fd830a

%64.21
%33.25
%2.54

CMYK Percentages of Color #fd830a

%0
%48
%96
%1

Triadic Colors of #fd830a

#fd830a #0afd83 #830afd

Analogous Colors of #fd830a

#fd830a #fdfd0a #fd0a0b

Monochromatic Colors of #fd830a

#fd830a

Complementary Color

#fd830a #0a84fd

#fd830a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd830a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd830a Color CSS Codes

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

#fd830a Text Font Color

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

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


#fd830a Background Color

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

This div background color is #fd830a


#fd830a Border Color

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

This div border color is #fd830a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,131,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd830a

Related Colors


Comments

No comments written yet.

Please login to write comment.