#FC9860

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

Shades of Atomic Tangerine #FC9860

Tints of Atomic Tangerine #FC9860

Color information

#FC9860 (or 0xFC9860) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 98 and 60. RGB value is (252,152,96). Sum of RGB (Red+Green+Blue) = 252+152+96=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9860 is #03679F. Grayscale: #AFAFAF. Windows color (decimal): -223136 or 6330620. OLE color: 6330620.

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

Color convert

RGB25215296-
CMYK00.400.620.01
HSL21.54º96.3%68.24%-
HSV(B)21.54º61.9%98.82%-
XYZ53.484416.74-
YUV175.5283.13182.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=50.4%
G=30.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521529600.400.620.0121.5496.368.24
HexFC98600283E1166044
Octal37423014005076126140104
Binary11111100100110001100000010100011111011011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9860; }

 p { color: rgb(252,152,96); }

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

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

 a { background-color: rgb(252,152,96); }

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

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

 span { border-color: rgb(252,152,96); }

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