#FFA165

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

Shades of Atomic Tangerine #FFA165

Tints of Atomic Tangerine #FFA165

Color information

#FFA165 (or 0xFFA165) is unknown color: approx Atomic Tangerine. HEX triplet: FF, A1 and 65. RGB value is (255,161,101). Sum of RGB (Red+Green+Blue) = 255+161+101=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA165 is #005E9A. Grayscale: #B6B6B6. Windows color (decimal): -24219 or 6660607. OLE color: 6660607.

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

Color convert

RGB255161101-
CMYK00.370.600
HSL23.38º100%69.8%-
HSV(B)23.38º60.39%100%-
XYZ56.3347.6918.55-
YUV182.2782.14179.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=49.32%
G=31.14%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516110100.370.60023.3810069.8
HexFFA1650253C0176446
Octal37724114504574027144106
Binary11111111101000011100101010010111110001011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA165; }

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

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

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

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

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

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

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

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