#FC906C

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

Shades of Atomic Tangerine #FC906C

Tints of Atomic Tangerine #FC906C

Color information

#FC906C (or 0xFC906C) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 90 and 6C. RGB value is (252,144,108). Sum of RGB (Red+Green+Blue) = 252+144+108=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC906C is #036F93. Grayscale: #ACACAC. Windows color (decimal): -225172 or 7115004. OLE color: 7115004.

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

Color convert

RGB252144108-
CMYK00.430.570.01
HSL15º96%70.59%-
HSV(B)15º57.14%98.82%-
XYZ52.8241.7219.46-
YUV172.1991.78184.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=50%
G=28.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214410800.430.570.01159670.59
HexFC906C02B391f6047
Octal37422015405371117140107
Binary1111110010010000110110001010111110011111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC906C; }

 p { color: rgb(252,144,108); }

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

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

 a { background-color: rgb(252,144,108); }

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

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

 span { border-color: rgb(252,144,108); }

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