Html Css Color HEX #F9A96D Hit Pink

📋 copy color: '#F9A96D'

red 249 ◦ green 169 ◦ blue 109

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

Shades of Hit Pink #F9A96D

Tints of Hit Pink #F9A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.07%

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 47.25%
G = 32.07%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9A96D (or 0xF9A96D) is known color: Hit Pink. HEX triplet: F9, A9 and 6D. RGB value is (249,169,109). Sum of RGB (Red+Green+Blue) = 249+169+109=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A96D is #065692. Grayscale: #BABABA. Windows color (decimal): -415379 or 7186937. OLE color: 7186937.

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

Color convert

RGB 249 169 109 -
CMYK 0 0.32 0.56 0.02
HSL 25.71º 0.92% 0.7% -
HSV(B) 25.71º 0.56% 0.98% -
XYZ 56.02 49.62 21.09 -
YUV 186.08 84.5 172.88 -
System Red Green Blue C M Y K H S L
Decimal 249 169 109 0 0.32 0.56 0.02 25.71 0.92 0.7
Hex F9 A9 6D 0 20 38 2 1A 5C 46
Octal 371 251 155 0 40 70 2 32 134 106
Binary 11111001 10101001 1101101 0 100000 111000 10 11010 1011100 1000110

Color Harmonies of #F9A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A96D

Black with #F9A96D

Text Example


Text Example

White with #F9A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A96D; }

 p { color: rgb(249,169,109); }

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

background-color css

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

 a { background-color: rgb(249,169,109); }

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

border-color css

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

 span { border-color: rgb(249,169,109); }

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