#F9A26C

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

Shades of Hit Pink #F9A26C

Tints of Hit Pink #F9A26C

Color information

#F9A26C (or 0xF9A26C) is unknown color: approx Hit Pink. HEX triplet: F9, A2 and 6C. RGB value is (249,162,108). Sum of RGB (Red+Green+Blue) = 249+162+108=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A26C is #065D93. Grayscale: #B6B6B6. Windows color (decimal): -417172 or 7119609. OLE color: 7119609.

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

Color convert

RGB249162108-
CMYK00.350.570.02
HSL22.98º92.16%70%-
HSV(B)22.98º56.63%97.65%-
XYZ54.6947.0620.39-
YUV181.8686.32175.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.98%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=47.98%
G=31.21%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916210800.350.570.0222.9892.1670
HexF9A26C023392175c46
Octal37124215404371227134106
Binary111110011010001011011000100011111001101011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A26C; }

 p { color: rgb(249,162,108); }

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

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

 a { background-color: rgb(249,162,108); }

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

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

 span { border-color: rgb(249,162,108); }

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