Html Css Color HEX #FC8803 Dark Orange

📋 copy color: '#FC8803'

red 252 ◦ green 136 ◦ blue 3

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

Shades of Dark Orange #FC8803

Tints of Dark Orange #FC8803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 64.45%
G = 34.78%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC8803 (or 0xFC8803) is known color: Dark Orange. HEX triplet: FC, 88 and 03. RGB value is (252,136,3). Sum of RGB (Red+Green+Blue) = 252+136+3=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8803 is #0377FC. Grayscale: #9C9C9C. Windows color (decimal): -227325 or 231676. OLE color: 231676.

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

Color convert

RGB 252 136 3 -
CMYK 0 0.46 0.99 0.01
HSL 32.05º 0.98% 0.5% -
HSV(B) 32.05º 0.99% 0.99% -
XYZ 48.97 38.31 4.9 -
YUV 155.52 41.93 196.81 -
System Red Green Blue C M Y K H S L
Decimal 252 136 3 0 0.46 0.99 0.01 32.05 0.98 0.5
Hex FC 88 3 0 2E 63 1 20 62 32
Octal 374 210 3 0 56 143 1 40 142 62
Binary 11111100 10001000 11 0 101110 1100011 1 100000 1100010 110010

Color Harmonies of #FC8803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8803

Black with #FC8803

Text Example


Text Example

White with #FC8803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8803; }

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

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

background-color css

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

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

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

border-color css

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

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

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