Html Css Color HEX #FC860B Dark Orange

📋 copy color: '#FC860B'

red 252 ◦ green 134 ◦ blue 11

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

Shades of Dark Orange #FC860B

Tints of Dark Orange #FC860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 63.48%
G = 33.75%
B = 2.77%

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

#FC860B (or 0xFC860B) is known color: Dark Orange. HEX triplet: FC, 86 and 0B. RGB value is (252,134,11). Sum of RGB (Red+Green+Blue) = 252+134+11=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860B is #0379F4. Grayscale: #9B9B9B. Windows color (decimal): -227829 or 755452. OLE color: 755452.

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

Color convert

RGB 252 134 11 -
CMYK 0 0.47 0.96 0.01
HSL 30.62º 0.98% 0.52% -
HSV(B) 30.62º 0.96% 0.99% -
XYZ 48.73 37.77 5.04 -
YUV 155.26 46.59 197 -
System Red Green Blue C M Y K H S L
Decimal 252 134 11 0 0.47 0.96 0.01 30.62 0.98 0.52
Hex FC 86 B 0 2F 60 1 1F 62 34
Octal 374 206 13 0 57 140 1 37 142 64
Binary 11111100 10000110 1011 0 101111 1100000 1 11111 1100010 110100

Color Harmonies of #FC860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC860B

Black with #FC860B

Text Example


Text Example

White with #FC860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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