#FFA06D

Color #FFA06D Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FFA06D

Tints of Hit Pink #FFA06D

Color information

#FFA06D (or 0xFFA06D) is unknown color: approx Hit Pink. HEX triplet: FF, A0 and 6D. RGB value is (255,160,109). Sum of RGB (Red+Green+Blue) = 255+160+109=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA06D is #005F92. Grayscale: #B6B6B6. Windows color (decimal): -24467 or 7184639. OLE color: 7184639.

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

Color convert

RGB255160109-
CMYK00.370.570
HSL20.96º100%71.37%-
HSV(B)20.96º57.25%100%-
XYZ56.5747.5120.66-
YUV182.5986.47179.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=48.66%
G=30.53%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516010900.370.57020.9610071.37
HexFFA06D025390156447
Octal37724015504571025144107
Binary11111111101000001101101010010111100101010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA06D; }

 p { color: rgb(255,160,109); }

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

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

 a { background-color: rgb(255,160,109); }

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

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

 span { border-color: rgb(255,160,109); }

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