Html Css Color HEX #FC860C Dark Orange

📋 copy color: '#FC860C'

red 252 ◦ green 134 ◦ blue 12

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

Shades of Dark Orange #FC860C

Tints of Dark Orange #FC860C

RGB

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

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

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

R = 63.32%
G = 33.67%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC860C (or 0xFC860C) is known color: Dark Orange. HEX triplet: FC, 86 and 0C. RGB value is (252,134,12). Sum of RGB (Red+Green+Blue) = 252+134+12=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860C is #0379F3. Grayscale: #9B9B9B. Windows color (decimal): -227828 or 820988. OLE color: 820988.

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

Color convert

RGB 252 134 12 -
CMYK 0 0.47 0.95 0.01
HSL 30.5º 0.98% 0.52% -
HSV(B) 30.5º 0.95% 0.99% -
XYZ 48.74 37.77 5.07 -
YUV 155.37 47.09 196.92 -
System Red Green Blue C M Y K H S L
Decimal 252 134 12 0 0.47 0.95 0.01 30.5 0.98 0.52
Hex FC 86 C 0 2F 5F 1 1E 62 34
Octal 374 206 14 0 57 137 1 36 142 64
Binary 11111100 10000110 1100 0 101111 1011111 1 11110 1100010 110100

Color Harmonies of #FC860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC860C

Black with #FC860C

Text Example


Text Example

White with #FC860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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