Color Hex Logo

#fd830c Color Hex

#FD830C
(253,131,12)
0 Favorites   0 Comments

Color spaces of #fd830c

RGB 25313112
HSL0.080.980.52
HSV30°95°99°
CMYK 0.000.480.95   0.01
XYZ48.690737.14184.9506
Yxy37.14180.53630.4091
Hunter Lab60.944135.958837.8446
CIE-Lab67.383340.662372.3811

#fd830c color RGB value is (253,131,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 00001100
Octal 375 203 14
Decimal 253 131 12
Hex FD 83 C

RGB Percentages of Color #fd830c

%63.89
%33.08
%3.03

CMYK Percentages of Color #fd830c

%0
%48
%95
%1

Triadic Colors of #fd830c

#fd830c #0cfd83 #830cfd

Analogous Colors of #fd830c

#fd830c #fdfc0c #fd0c0e

Monochromatic Colors of #fd830c

#fd830c

Complementary Color

#fd830c #0c86fd

#fd830c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd830c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd830c Color CSS Codes

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

#fd830c Text Font Color

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

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


#fd830c Background Color

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

This div background color is #fd830c


#fd830c Border Color

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

This div border color is #fd830c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd830c

Related Colors


Comments

No comments written yet.

Please login to write comment.