#FFA869

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

Shades of Hit Pink #FFA869

Tints of Hit Pink #FFA869

Color information

#FFA869 (or 0xFFA869) is unknown color: approx Hit Pink. HEX triplet: FF, A8 and 69. RGB value is (255,168,105). Sum of RGB (Red+Green+Blue) = 255+168+105=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA869 is #005796. Grayscale: #BBBBBB. Windows color (decimal): -22423 or 6924543. OLE color: 6924543.

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

Color convert

RGB255168105-
CMYK00.340.590
HSL25.2º100%70.59%-
HSV(B)25.2º58.82%100%-
XYZ57.7950.2920.02-
YUV186.8381.82176.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 105 (41.41% from 255) = 19.89%
R=48.30%
G=31.82%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516810500.340.59025.210070.59
HexFFA8690223B0196447
Octal37725015104273031144107
Binary11111111101010001101001010001011101101100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA869; }

 p { color: rgb(255,168,105); }

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

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

 a { background-color: rgb(255,168,105); }

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

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

 span { border-color: rgb(255,168,105); }

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