Html Css Color HEX #FAA471 Hit Pink

📋 copy color: '#FAA471'

red 250 ◦ green 164 ◦ blue 113

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

Shades of Hit Pink #FAA471

Tints of Hit Pink #FAA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.12%

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

R = 47.44%
G = 31.12%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAA471 (or 0xFAA471) is known color: Hit Pink. HEX triplet: FA, A4 and 71. RGB value is (250,164,113). Sum of RGB (Red+Green+Blue) = 250+164+113=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA471 is #055B8E. Grayscale: #B8B8B8. Windows color (decimal): -351119 or 7447802. OLE color: 7447802.

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

Color convert

RGB 250 164 113 -
CMYK 0 0.34 0.55 0.02
HSL 22.34º 0.93% 0.71% -
HSV(B) 22.34º 0.55% 0.98% -
XYZ 55.68 48.07 21.97 -
YUV 183.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 250 164 113 0 0.34 0.55 0.02 22.34 0.93 0.71
Hex FA A4 71 0 22 37 2 16 5D 47
Octal 372 244 161 0 42 67 2 26 135 107
Binary 11111010 10100100 1110001 0 100010 110111 10 10110 1011101 1000111

Color Harmonies of #FAA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA471

Black with #FAA471

Text Example


Text Example

White with #FAA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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