#FAA769

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

Shades of Hit Pink #FAA769

Tints of Hit Pink #FAA769

Color information

#FAA769 (or 0xFAA769) is unknown color: approx Hit Pink. HEX triplet: FA, A7 and 69. RGB value is (250,167,105). Sum of RGB (Red+Green+Blue) = 250+167+105=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA769 is #055896. Grayscale: #B9B9B9. Windows color (decimal): -350359 or 6924282. OLE color: 6924282.

HSL color Cylindrical-coordinate representation of color #FAA769: hue angle of 25.66º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA769 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250167105-
CMYK00.330.580.02
HSL25.66º93.55%69.61%-
HSV(B)25.66º58%98.04%-
XYZ55.7948.9819.88-
YUV184.7583174.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 105 (41.41% from 255) = 20.11%
R=47.89%
G=31.99%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016710500.330.580.0225.6693.5569.61
HexFAA7690213A21a5e46
Octal37224715104172232136106
Binary111110101010011111010010100001111010101101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA769; }

 p { color: rgb(250,167,105); }

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

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

 a { background-color: rgb(250,167,105); }

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

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

 span { border-color: rgb(250,167,105); }

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