Html Css Color HEX #FAA174 Hit Pink

📋 copy color: '#FAA174'

red 250 ◦ green 161 ◦ blue 116

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

Shades of Hit Pink #FAA174

Tints of Hit Pink #FAA174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.55%

 BLUE value IS 116 (45.7% from 255) = 22.01%

R = 47.44%
G = 30.55%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAA174 (or 0xFAA174) is known color: Hit Pink. HEX triplet: FA, A1 and 74. RGB value is (250,161,116). Sum of RGB (Red+Green+Blue) = 250+161+116=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA174 is #055E8B. Grayscale: #B6B6B6. Windows color (decimal): -351884 or 7643642. OLE color: 7643642.

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

Color convert

RGB 250 161 116 -
CMYK 0 0.36 0.54 0.02
HSL 20.15º 0.93% 0.72% -
HSV(B) 20.15º 0.54% 0.98% -
XYZ 55.32 47.07 22.69 -
YUV 182.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 250 161 116 0 0.36 0.54 0.02 20.15 0.93 0.72
Hex FA A1 74 0 24 36 2 14 5D 48
Octal 372 241 164 0 44 66 2 24 135 110
Binary 11111010 10100001 1110100 0 100100 110110 10 10100 1011101 1001000

Color Harmonies of #FAA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA174

Black with #FAA174

Text Example


Text Example

White with #FAA174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA174; }

 p { color: rgb(250,161,116); }

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

background-color css

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

 a { background-color: rgb(250,161,116); }

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

border-color css

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

 span { border-color: rgb(250,161,116); }

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