Html Css Color HEX #F9A870 Hit Pink

📋 copy color: '#F9A870'

red 249 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #F9A870

Tints of Hit Pink #F9A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.76%

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 47.07%
G = 31.76%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9A870 (or 0xF9A870) is known color: Hit Pink. HEX triplet: F9, A8 and 70. RGB value is (249,168,112). Sum of RGB (Red+Green+Blue) = 249+168+112=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A870 is #06578F. Grayscale: #BABABA. Windows color (decimal): -415632 or 7383289. OLE color: 7383289.

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

Color convert

RGB 249 168 112 -
CMYK 0 0.33 0.55 0.02
HSL 24.53º 0.92% 0.71% -
HSV(B) 24.53º 0.55% 0.98% -
XYZ 55.99 49.31 21.9 -
YUV 185.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 249 168 112 0 0.33 0.55 0.02 24.53 0.92 0.71
Hex F9 A8 70 0 21 37 2 19 5C 47
Octal 371 250 160 0 41 67 2 31 134 107
Binary 11111001 10101000 1110000 0 100001 110111 10 11001 1011100 1000111

Color Harmonies of #F9A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A870

Black with #F9A870

Text Example


Text Example

White with #F9A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A870; }

 p { color: rgb(249,168,112); }

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

background-color css

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

 a { background-color: rgb(249,168,112); }

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

border-color css

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

 span { border-color: rgb(249,168,112); }

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