Html Css Color HEX #FC870C Dark Orange

📋 copy color: '#FC870C'

red 252 ◦ green 135 ◦ blue 12

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

Shades of Dark Orange #FC870C

Tints of Dark Orange #FC870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 63.16%
G = 33.83%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC870C (or 0xFC870C) is known color: Dark Orange. HEX triplet: FC, 87 and 0C. RGB value is (252,135,12). Sum of RGB (Red+Green+Blue) = 252+135+12=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC870C is #0378F3. Grayscale: #9C9C9C. Windows color (decimal): -227572 or 821244. OLE color: 821244.

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

Color convert

RGB 252 135 12 -
CMYK 0 0.46 0.95 0.01
HSL 30.75º 0.98% 0.52% -
HSV(B) 30.75º 0.95% 0.99% -
XYZ 48.88 38.05 5.12 -
YUV 155.96 46.76 196.5 -
System Red Green Blue C M Y K H S L
Decimal 252 135 12 0 0.46 0.95 0.01 30.75 0.98 0.52
Hex FC 87 C 0 2E 5F 1 1F 62 34
Octal 374 207 14 0 56 137 1 37 142 64
Binary 11111100 10000111 1100 0 101110 1011111 1 11111 1100010 110100

Color Harmonies of #FC870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC870C

Black with #FC870C

Text Example


Text Example

White with #FC870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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