Html Css Color HEX #FC8800 Dark Orange

📋 copy color: '#FC8800'

red 252 ◦ green 136 ◦ blue 0

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

Shades of Dark Orange #FC8800

Tints of Dark Orange #FC8800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.95%
G = 35.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8800 (or 0xFC8800) is known color: Dark Orange. HEX triplet: FC, 88 and 00. RGB value is (252,136,0). Sum of RGB (Red+Green+Blue) = 252+136+0=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8800 is #0377FF. Grayscale: #9B9B9B. Windows color (decimal): -227328 or 35068. OLE color: 35068.

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

Color convert

RGB 252 136 0 -
CMYK 0 0.46 1 0.01
HSL 32.38º 1% 0.49% -
HSV(B) 32.38º 1% 0.99% -
XYZ 48.95 38.3 4.81 -
YUV 155.18 40.43 197.06 -
System Red Green Blue C M Y K H S L
Decimal 252 136 0 0 0.46 1 0.01 32.38 1 0.49
Hex FC 88 0 0 2E 64 1 20 64 31
Octal 374 210 0 0 56 144 1 40 144 61
Binary 11111100 10001000 0 0 101110 1100100 1 100000 1100100 110001

Color Harmonies of #FC8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8800

Black with #FC8800

Text Example


Text Example

White with #FC8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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