#FC8009

Color #FC8009 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #FC8009

Tints of Tangerine #FC8009

Color information

#FC8009 (or 0xFC8009) is unknown color: approx Tangerine. HEX triplet: FC, 80 and 09. RGB value is (252,128,9). Sum of RGB (Red+Green+Blue) = 252+128+9=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8009 is #037FF6. Grayscale: #989898. Windows color (decimal): -229367 or 622844. OLE color: 622844.

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

Color convert

RGB2521289-
CMYK00.490.960.01
HSL29.38º97.59%51.18%-
HSV(B)29.38º96.43%98.82%-
XYZ47.9136.154.71-
YUV151.5147.58199.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.78%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 9 (3.91% from 255) = 2.31%
R=64.78%
G=32.90%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252128900.490.960.0129.3897.5951.18
HexFC8090316011d6233
Octal3742001106114013514263
Binary11111100100000001001011000111000001111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8009; }

 p { color: rgb(252,128,9); }

 H1.HeaderClassName
 {
   color: #FC8009;
 }
 .AnyTagClassName
 {
   color: #FC8009;
 }
</style>
background-color css

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

 a { background-color: rgb(252,128,9); }

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

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

 span { border-color: rgb(252,128,9); }

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