Html Css Color HEX #FAA971 Hit Pink

📋 copy color: '#FAA971'

red 250 ◦ green 169 ◦ blue 113

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

Shades of Hit Pink #FAA971

Tints of Hit Pink #FAA971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.24%

R = 46.99%
G = 31.77%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAA971 (or 0xFAA971) is known color: Hit Pink. HEX triplet: FA, A9 and 71. RGB value is (250,169,113). Sum of RGB (Red+Green+Blue) = 250+169+113=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA971 is #05568E. Grayscale: #BBBBBB. Windows color (decimal): -349839 or 7449082. OLE color: 7449082.

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

Color convert

RGB 250 169 113 -
CMYK 0 0.32 0.55 0.02
HSL 24.53º 0.93% 0.71% -
HSV(B) 24.53º 0.55% 0.98% -
XYZ 56.59 49.89 22.27 -
YUV 186.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 250 169 113 0 0.32 0.55 0.02 24.53 0.93 0.71
Hex FA A9 71 0 20 37 2 19 5D 47
Octal 372 251 161 0 40 67 2 31 135 107
Binary 11111010 10101001 1110001 0 100000 110111 10 11001 1011101 1000111

Color Harmonies of #FAA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA971

Black with #FAA971

Text Example


Text Example

White with #FAA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA971; }

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

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

background-color css

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

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

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

border-color css

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

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

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