Html Css Color HEX #F9A96B Hit Pink

📋 copy color: '#F9A96B'

red 249 ◦ green 169 ◦ blue 107

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

Shades of Hit Pink #F9A96B

Tints of Hit Pink #F9A96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.38%

R = 47.43%
G = 32.19%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9A96B (or 0xF9A96B) is known color: Hit Pink. HEX triplet: F9, A9 and 6B. RGB value is (249,169,107). Sum of RGB (Red+Green+Blue) = 249+169+107=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A96B is #065694. Grayscale: #BABABA. Windows color (decimal): -415381 or 7055865. OLE color: 7055865.

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

Color convert

RGB 249 169 107 -
CMYK 0 0.32 0.57 0.02
HSL 26.2º 0.92% 0.7% -
HSV(B) 26.2º 0.57% 0.98% -
XYZ 55.91 49.58 20.53 -
YUV 185.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 249 169 107 0 0.32 0.57 0.02 26.2 0.92 0.7
Hex F9 A9 6B 0 20 39 2 1A 5C 46
Octal 371 251 153 0 40 71 2 32 134 106
Binary 11111001 10101001 1101011 0 100000 111001 10 11010 1011100 1000110

Color Harmonies of #F9A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A96B

Black with #F9A96B

Text Example


Text Example

White with #F9A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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