Html Css Color HEX #FD8812 Dark Orange

📋 copy color: '#FD8812'

red 253 ◦ green 136 ◦ blue 18

#FD8812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FD8812

Tints of Dark Orange #FD8812

RGB

 RED value IS 253 (99.22% from 255) = 62.16%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 62.16%
G = 33.42%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD8812 (or 0xFD8812) is known color: Dark Orange. HEX triplet: FD, 88 and 12. RGB value is (253,136,18). Sum of RGB (Red+Green+Blue) = 253+136+18=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8812 is #0277ED. Grayscale: #9E9E9E. Windows color (decimal): -161774 or 1214717. OLE color: 1214717.

HSL color Cylindrical-coordinate representation of color #FD8812: hue angle of 30.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD8812 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 136 18 -
CMYK 0 0.46 0.93 0.01
HSL 30.13º 0.98% 0.53% -
HSV(B) 30.13º 0.93% 0.99% -
XYZ 49.42 38.53 5.41 -
YUV 157.53 49.26 196.09 -
System Red Green Blue C M Y K H S L
Decimal 253 136 18 0 0.46 0.93 0.01 30.13 0.98 0.53
Hex FD 88 12 0 2E 5D 1 1E 62 35
Octal 375 210 22 0 56 135 1 36 142 65
Binary 11111101 10001000 10010 0 101110 1011101 1 11110 1100010 110101

Color Harmonies of #FD8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8812

Black with #FD8812

Text Example


Text Example

White with #FD8812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8812; }

 p { color: rgb(253,136,18); }

 H1.HeaderClassName
 {
   color: #FD8812;
 }
 .AnyTagClassName
 {
   color: #FD8812;
 }
</style>

background-color css

<style>
 a { background-color: #FD8812; }

 a { background-color: rgb(253,136,18); }

 div.DivClassName
 {
   background-color: #FD8812;
 }
 .BgClassName
 {
   background-color: #FD8812;
 }
</style>

border-color css

<style>
 span { border-color: #FD8812; }

 span { border-color: rgb(253,136,18); }

 td.TdClassName
 {
   border-color: #FD8812;
 }
 .TagClassName
 {
   border-color: #FD8812;
 }
</style>