Html Css Color HEX #FC8612 Dark Orange

📋 copy color: '#FC8612'

red 252 ◦ green 134 ◦ blue 18

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

Shades of Dark Orange #FC8612

Tints of Dark Orange #FC8612

RGB

 RED value IS 252 (98.83% from 255) = 62.38%

 GREEN value IS 134 (52.73% from 255) = 33.17%

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

R = 62.38%
G = 33.17%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC8612 (or 0xFC8612) is known color: Dark Orange. HEX triplet: FC, 86 and 12. RGB value is (252,134,18). Sum of RGB (Red+Green+Blue) = 252+134+18=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8612 is #0379ED. Grayscale: #9C9C9C. Windows color (decimal): -227822 or 1214204. OLE color: 1214204.

HSL color Cylindrical-coordinate representation of color #FC8612: hue angle of 29.74º 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 #FC8612 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 18 -
CMYK 0 0.47 0.93 0.01
HSL 29.74º 0.98% 0.53% -
HSV(B) 29.74º 0.93% 0.99% -
XYZ 48.78 37.79 5.3 -
YUV 156.06 50.09 196.43 -
System Red Green Blue C M Y K H S L
Decimal 252 134 18 0 0.47 0.93 0.01 29.74 0.98 0.53
Hex FC 86 12 0 2F 5D 1 1E 62 35
Octal 374 206 22 0 57 135 1 36 142 65
Binary 11111100 10000110 10010 0 101111 1011101 1 11110 1100010 110101

Color Harmonies of #FC8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8612

Black with #FC8612

Text Example


Text Example

White with #FC8612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8612; }

 p { color: rgb(252,134,18); }

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

background-color css

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

 a { background-color: rgb(252,134,18); }

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

border-color css

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

 span { border-color: rgb(252,134,18); }

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