#FF9A66

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

Shades of Atomic Tangerine #FF9A66

Tints of Atomic Tangerine #FF9A66

Color information

#FF9A66 (or 0xFF9A66) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9A and 66. RGB value is (255,154,102). Sum of RGB (Red+Green+Blue) = 255+154+102=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A66 is #006599. Grayscale: #B2B2B2. Windows color (decimal): -26010 or 6724351. OLE color: 6724351.

HSL color Cylindrical-coordinate representation of color #FF9A66: hue angle of 20.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9A66 is Cyan = 0, Magento = 0.40, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255154102-
CMYK00.400.60
HSL20.39º100%70%-
HSV(B)20.39º60%100%-
XYZ55.1945.3318.41-
YUV178.2784.96182.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=49.90%
G=30.14%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515410200.400.6020.3910070
HexFF9A660283C0146446
Octal37723214605074024144106
Binary11111111100110101100110010100011110001010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A66; }

 p { color: rgb(255,154,102); }

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

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

 a { background-color: rgb(255,154,102); }

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

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

 span { border-color: rgb(255,154,102); }

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