Html Css Color HEX #FC8603 Dark Orange

📋 copy color: '#FC8603'

red 252 ◦ green 134 ◦ blue 3

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

Shades of Dark Orange #FC8603

Tints of Dark Orange #FC8603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 64.78%
G = 34.45%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC8603 (or 0xFC8603) is known color: Dark Orange. HEX triplet: FC, 86 and 03. RGB value is (252,134,3). Sum of RGB (Red+Green+Blue) = 252+134+3=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8603 is #0379FC. Grayscale: #9A9A9A. Windows color (decimal): -227837 or 231164. OLE color: 231164.

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

Color convert

RGB 252 134 3 -
CMYK 0 0.47 0.99 0.01
HSL 31.57º 0.98% 0.5% -
HSV(B) 31.57º 0.99% 0.99% -
XYZ 48.69 37.75 4.81 -
YUV 154.35 42.59 197.65 -
System Red Green Blue C M Y K H S L
Decimal 252 134 3 0 0.47 0.99 0.01 31.57 0.98 0.5
Hex FC 86 3 0 2F 63 1 20 62 32
Octal 374 206 3 0 57 143 1 40 142 62
Binary 11111100 10000110 11 0 101111 1100011 1 100000 1100010 110010

Color Harmonies of #FC8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8603

Black with #FC8603

Text Example


Text Example

White with #FC8603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8603; }

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

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

background-color css

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

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

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

border-color css

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

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

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