Html Css Color HEX #F9A66A Hit Pink

📋 copy color: '#F9A66A'

red 249 ◦ green 166 ◦ blue 106

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

Shades of Hit Pink #F9A66A

Tints of Hit Pink #F9A66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.86%

 BLUE value IS 106 (41.8% from 255) = 20.35%

R = 47.79%
G = 31.86%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9A66A (or 0xF9A66A) is known color: Hit Pink. HEX triplet: F9, A6 and 6A. RGB value is (249,166,106). Sum of RGB (Red+Green+Blue) = 249+166+106=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A66A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A66A is #065995. Grayscale: #B8B8B8. Windows color (decimal): -416150 or 6989561. OLE color: 6989561.

HSL color Cylindrical-coordinate representation of color #F9A66A: hue angle of 25.17º 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 #F9A66A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 166 106 -
CMYK 0 0.33 0.57 0.02
HSL 25.17º 0.92% 0.7% -
HSV(B) 25.17º 0.57% 0.98% -
XYZ 55.3 48.45 20.07 -
YUV 183.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 249 166 106 0 0.33 0.57 0.02 25.17 0.92 0.7
Hex F9 A6 6A 0 21 39 2 19 5C 46
Octal 371 246 152 0 41 71 2 31 134 106
Binary 11111001 10100110 1101010 0 100001 111001 10 11001 1011100 1000110

Color Harmonies of #F9A66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A66A

Black with #F9A66A

Text Example


Text Example

White with #F9A66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A66A; }

 p { color: rgb(249,166,106); }

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

background-color css

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

 a { background-color: rgb(249,166,106); }

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

border-color css

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

 span { border-color: rgb(249,166,106); }

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