Html Css Color HEX #FC8F0C Dark Orange

📋 copy color: '#FC8F0C'

red 252 ◦ green 143 ◦ blue 12

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

Shades of Dark Orange #FC8F0C

Tints of Dark Orange #FC8F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 61.92%
G = 35.14%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC8F0C (or 0xFC8F0C) is known color: Dark Orange. HEX triplet: FC, 8F and 0C. RGB value is (252,143,12). Sum of RGB (Red+Green+Blue) = 252+143+12=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F0C is #0370F3. Grayscale: #A1A1A1. Windows color (decimal): -225524 or 823292. OLE color: 823292.

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

Color convert

RGB 252 143 12 -
CMYK 0 0.43 0.95 0.01
HSL 32.75º 0.98% 0.52% -
HSV(B) 32.75º 0.95% 0.99% -
XYZ 50.03 40.37 5.5 -
YUV 160.66 44.11 193.15 -
System Red Green Blue C M Y K H S L
Decimal 252 143 12 0 0.43 0.95 0.01 32.75 0.98 0.52
Hex FC 8F C 0 2B 5F 1 21 62 34
Octal 374 217 14 0 53 137 1 41 142 64
Binary 11111100 10001111 1100 0 101011 1011111 1 100001 1100010 110100

Color Harmonies of #FC8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F0C

Black with #FC8F0C

Text Example


Text Example

White with #FC8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F0C; }

 p { color: rgb(252,143,12); }

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

background-color css

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

 a { background-color: rgb(252,143,12); }

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

border-color css

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

 span { border-color: rgb(252,143,12); }

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