#FC8C66

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

Shades of Atomic Tangerine #FC8C66

Tints of Atomic Tangerine #FC8C66

Color information

#FC8C66 (or 0xFC8C66) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 8C and 66. RGB value is (252,140,102). Sum of RGB (Red+Green+Blue) = 252+140+102=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C66 is #037399. Grayscale: #A9A9A9. Windows color (decimal): -226202 or 6720764. OLE color: 6720764.

HSL color Cylindrical-coordinate representation of color #FC8C66: hue angle of 15.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8C66 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252140102-
CMYK00.440.600.01
HSL15.2º96.15%69.41%-
HSV(B)15.2º59.52%98.82%-
XYZ51.9240.4117.63-
YUV169.1690.11187.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=51.01%
G=28.34%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214010200.440.600.0115.296.1569.41
HexFC8C6602C3C1f6045
Octal37421414605474117140105
Binary1111110010001100110011001011001111001111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C66; }

 p { color: rgb(252,140,102); }

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

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

 a { background-color: rgb(252,140,102); }

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

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

 span { border-color: rgb(252,140,102); }

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