#FC9960

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

Shades of Atomic Tangerine #FC9960

Tints of Atomic Tangerine #FC9960

Color information

#FC9960 (or 0xFC9960) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 99 and 60. RGB value is (252,153,96). Sum of RGB (Red+Green+Blue) = 252+153+96=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9960 is #03669F. Grayscale: #B0B0B0. Windows color (decimal): -222880 or 6330876. OLE color: 6330876.

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

Color convert

RGB25215396-
CMYK00.390.620.01
HSL21.92º96.3%68.24%-
HSV(B)21.92º61.9%98.82%-
XYZ53.6544.3216.79-
YUV176.182.8182.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=50.30%
G=30.54%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521539600.390.620.0121.9296.368.24
HexFC99600273E1166044
Octal37423114004776126140104
Binary11111100100110011100000010011111111011011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9960; }

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

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

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

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

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

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

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

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