#F9A86F

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

Shades of Hit Pink #F9A86F

Tints of Hit Pink #F9A86F

Color information

#F9A86F (or 0xF9A86F) is unknown color: approx Hit Pink. HEX triplet: F9, A8 and 6F. RGB value is (249,168,111). Sum of RGB (Red+Green+Blue) = 249+168+111=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A86F is #065790. Grayscale: #BABABA. Windows color (decimal): -415633 or 7317753. OLE color: 7317753.

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

Color convert

RGB249168111-
CMYK00.330.550.02
HSL24.78º92%70.59%-
HSV(B)24.78º55.42%97.65%-
XYZ55.9449.2921.61-
YUV185.7285.84173.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 111 (43.75% from 255) = 21.02%
R=47.16%
G=31.82%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916811100.330.550.0224.789270.59
HexF9A86F021372195c47
Octal37125015704167231134107
Binary111110011010100011011110100001110111101100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A86F; }

 p { color: rgb(249,168,111); }

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

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

 a { background-color: rgb(249,168,111); }

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

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

 span { border-color: rgb(249,168,111); }

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