Html Css Color HEX #FC860A Dark Orange

📋 copy color: '#FC860A'

red 252 ◦ green 134 ◦ blue 10

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

Shades of Dark Orange #FC860A

Tints of Dark Orange #FC860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 63.64%
G = 33.84%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC860A (or 0xFC860A) is known color: Dark Orange. HEX triplet: FC, 86 and 0A. RGB value is (252,134,10). Sum of RGB (Red+Green+Blue) = 252+134+10=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860A is #0379F5. Grayscale: #9B9B9B. Windows color (decimal): -227830 or 689916. OLE color: 689916.

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

Color convert

RGB 252 134 10 -
CMYK 0 0.47 0.96 0.01
HSL 30.74º 0.98% 0.51% -
HSV(B) 30.74º 0.96% 0.99% -
XYZ 48.72 37.77 5.01 -
YUV 155.15 46.09 197.08 -
System Red Green Blue C M Y K H S L
Decimal 252 134 10 0 0.47 0.96 0.01 30.74 0.98 0.51
Hex FC 86 A 0 2F 60 1 1F 62 33
Octal 374 206 12 0 57 140 1 37 142 63
Binary 11111100 10000110 1010 0 101111 1100000 1 11111 1100010 110011

Color Harmonies of #FC860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC860A

Black with #FC860A

Text Example


Text Example

White with #FC860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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