#FFA166

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

Shades of Atomic Tangerine #FFA166

Tints of Atomic Tangerine #FFA166

Color information

#FFA166 (or 0xFFA166) is unknown color: approx Atomic Tangerine. HEX triplet: FF, A1 and 66. RGB value is (255,161,102). Sum of RGB (Red+Green+Blue) = 255+161+102=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA166 is #005E99. Grayscale: #B6B6B6. Windows color (decimal): -24218 or 6726143. OLE color: 6726143.

HSL color Cylindrical-coordinate representation of color #FFA166: hue angle of 23.14º 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 #FFA166 is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255161102-
CMYK00.370.60
HSL23.14º100%70%-
HSV(B)23.14º60%100%-
XYZ56.3847.7118.81-
YUV182.3882.64179.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 102 (40.23% from 255) = 19.69%
R=49.23%
G=31.08%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516110200.370.6023.1410070
HexFFA1660253C0176446
Octal37724114604574027144106
Binary11111111101000011100110010010111110001011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA166; }

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

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

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

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

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

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

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

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