Html Css Color HEX #FAA972 Hit Pink

📋 copy color: '#FAA972'

red 250 ◦ green 169 ◦ blue 114

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

Shades of Hit Pink #FAA972

Tints of Hit Pink #FAA972

RGB

 RED value IS 250 (98.05% from 255) = 46.9%

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

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 46.9%
G = 31.71%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAA972 (or 0xFAA972) is known color: Hit Pink. HEX triplet: FA, A9 and 72. RGB value is (250,169,114). Sum of RGB (Red+Green+Blue) = 250+169+114=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA972 is #05568D. Grayscale: #BBBBBB. Windows color (decimal): -349838 or 7514618. OLE color: 7514618.

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

Color convert

RGB 250 169 114 -
CMYK 0 0.32 0.54 0.02
HSL 24.26º 0.93% 0.71% -
HSV(B) 24.26º 0.54% 0.98% -
XYZ 56.65 49.91 22.57 -
YUV 186.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 250 169 114 0 0.32 0.54 0.02 24.26 0.93 0.71
Hex FA A9 72 0 20 36 2 18 5D 47
Octal 372 251 162 0 40 66 2 30 135 107
Binary 11111010 10101001 1110010 0 100000 110110 10 11000 1011101 1000111

Color Harmonies of #FAA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA972

Black with #FAA972

Text Example


Text Example

White with #FAA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA972; }

 p { color: rgb(250,169,114); }

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

background-color css

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

 a { background-color: rgb(250,169,114); }

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

border-color css

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

 span { border-color: rgb(250,169,114); }

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