Html Css Color HEX #F9A06E Hit Pink

📋 copy color: '#F9A06E'

red 249 ◦ green 160 ◦ blue 110

#F9A06E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F9A06E

Tints of Hit Pink #F9A06E

RGB

 RED value IS 249 (97.66% from 255) = 47.98%

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 47.98%
G = 30.83%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9A06E (or 0xF9A06E) is known color: Hit Pink. HEX triplet: F9, A0 and 6E. RGB value is (249,160,110). Sum of RGB (Red+Green+Blue) = 249+160+110=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A06E is #065F91. Grayscale: #B5B5B5. Windows color (decimal): -417682 or 7250169. OLE color: 7250169.

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

Color convert

RGB 249 160 110 -
CMYK 0 0.36 0.56 0.02
HSL 21.58º 0.92% 0.7% -
HSV(B) 21.58º 0.56% 0.98% -
XYZ 54.45 46.41 20.84 -
YUV 180.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 249 160 110 0 0.36 0.56 0.02 21.58 0.92 0.7
Hex F9 A0 6E 0 24 38 2 16 5C 46
Octal 371 240 156 0 44 70 2 26 134 106
Binary 11111001 10100000 1101110 0 100100 111000 10 10110 1011100 1000110

Color Harmonies of #F9A06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A06E

Black with #F9A06E

Text Example


Text Example

White with #F9A06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A06E; }

 p { color: rgb(249,160,110); }

 H1.HeaderClassName
 {
   color: #F9A06E;
 }
 .AnyTagClassName
 {
   color: #F9A06E;
 }
</style>

background-color css

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

 a { background-color: rgb(249,160,110); }

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

border-color css

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

 span { border-color: rgb(249,160,110); }

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