Html Css Color HEX #FC8601 Dark Orange

📋 copy color: '#FC8601'

red 252 ◦ green 134 ◦ blue 1

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

Shades of Dark Orange #FC8601

Tints of Dark Orange #FC8601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.12%
G = 34.63%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC8601 (or 0xFC8601) is known color: Dark Orange. HEX triplet: FC, 86 and 01. RGB value is (252,134,1). Sum of RGB (Red+Green+Blue) = 252+134+1=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8601 is #0379FE. Grayscale: #9A9A9A. Windows color (decimal): -227839 or 100092. OLE color: 100092.

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

Color convert

RGB 252 134 1 -
CMYK 0 0.47 1.00 0.01
HSL 31.79º 0.99% 0.5% -
HSV(B) 31.79º 1% 0.99% -
XYZ 48.68 37.75 4.75 -
YUV 154.12 41.59 197.81 -
System Red Green Blue C M Y K H S L
Decimal 252 134 1 0 0.47 1.00 0.01 31.79 0.99 0.5
Hex FC 86 1 0 2F 64 1 20 63 32
Octal 374 206 1 0 57 144 1 40 143 62
Binary 11111100 10000110 1 0 101111 1100100 1 100000 1100011 110010

Color Harmonies of #FC8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8601

Black with #FC8601

Text Example


Text Example

White with #FC8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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