#FFA163

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

Shades of Atomic Tangerine #FFA163

Tints of Atomic Tangerine #FFA163

Color information

#FFA163 (or 0xFFA163) is unknown color: approx Atomic Tangerine. HEX triplet: FF, A1 and 63. RGB value is (255,161,99). Sum of RGB (Red+Green+Blue) = 255+161+99=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA163 is #005E9C. Grayscale: #B6B6B6. Windows color (decimal): -24221 or 6529535. OLE color: 6529535.

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

Color convert

RGB25516199-
CMYK00.370.610
HSL23.85º100%69.41%-
HSV(B)23.85º61.18%100%-
XYZ56.2447.6518.04-
YUV182.0481.14180.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 99 (39.06% from 255) = 19.22%
R=49.51%
G=31.26%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551619900.370.61023.8510069.41
HexFFA1630253D0186445
Octal37724114304575030144105
Binary11111111101000011100011010010111110101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA163; }

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

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

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

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

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

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

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

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