Html Css Color HEX #FC8912 Dark Orange

📋 copy color: '#FC8912'

red 252 ◦ green 137 ◦ blue 18

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

Shades of Dark Orange #FC8912

Tints of Dark Orange #FC8912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

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

R = 61.92%
G = 33.66%
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

#FC8912 (or 0xFC8912) is known color: Dark Orange. HEX triplet: FC, 89 and 12. RGB value is (252,137,18). Sum of RGB (Red+Green+Blue) = 252+137+18=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8912 is #0376ED. Grayscale: #9E9E9E. Windows color (decimal): -227054 or 1214972. OLE color: 1214972.

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

Color convert

RGB 252 137 18 -
CMYK 0 0.46 0.93 0.01
HSL 30.51º 0.98% 0.53% -
HSV(B) 30.51º 0.93% 0.99% -
XYZ 49.2 38.63 5.44 -
YUV 157.82 49.1 195.18 -
System Red Green Blue C M Y K H S L
Decimal 252 137 18 0 0.46 0.93 0.01 30.51 0.98 0.53
Hex FC 89 12 0 2E 5D 1 1F 62 35
Octal 374 211 22 0 56 135 1 37 142 65
Binary 11111100 10001001 10010 0 101110 1011101 1 11111 1100010 110101

Color Harmonies of #FC8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8912

Black with #FC8912

Text Example


Text Example

White with #FC8912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8912; }

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

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

background-color css

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

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

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

border-color css

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

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

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