Html Css Color HEX #FC860E Dark Orange

📋 copy color: '#FC860E'

red 252 ◦ green 134 ◦ blue 14

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

Shades of Dark Orange #FC860E

Tints of Dark Orange #FC860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 63%
G = 33.5%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC860E (or 0xFC860E) is known color: Dark Orange. HEX triplet: FC, 86 and 0E. RGB value is (252,134,14). Sum of RGB (Red+Green+Blue) = 252+134+14=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860E is #0379F1. Grayscale: #9C9C9C. Windows color (decimal): -227826 or 952060. OLE color: 952060.

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

Color convert

RGB 252 134 14 -
CMYK 0 0.47 0.94 0.01
HSL 30.25º 0.98% 0.52% -
HSV(B) 30.25º 0.94% 0.99% -
XYZ 48.75 37.78 5.14 -
YUV 155.6 48.09 196.76 -
System Red Green Blue C M Y K H S L
Decimal 252 134 14 0 0.47 0.94 0.01 30.25 0.98 0.52
Hex FC 86 E 0 2F 5E 1 1E 62 34
Octal 374 206 16 0 57 136 1 36 142 64
Binary 11111100 10000110 1110 0 101111 1011110 1 11110 1100010 110100

Color Harmonies of #FC860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC860E

Black with #FC860E

Text Example


Text Example

White with #FC860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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