Html Css Color HEX #FAA173 Hit Pink

📋 copy color: '#FAA173'

red 250 ◦ green 161 ◦ blue 115

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

Shades of Hit Pink #FAA173

Tints of Hit Pink #FAA173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.86%

R = 47.53%
G = 30.61%
B = 21.86%

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

#FAA173 (or 0xFAA173) is known color: Hit Pink. HEX triplet: FA, A1 and 73. RGB value is (250,161,115). Sum of RGB (Red+Green+Blue) = 250+161+115=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA173 is #055E8C. Grayscale: #B6B6B6. Windows color (decimal): -351885 or 7578106. OLE color: 7578106.

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

Color convert

RGB 250 161 115 -
CMYK 0 0.36 0.54 0.02
HSL 20.44º 0.93% 0.72% -
HSV(B) 20.44º 0.54% 0.98% -
XYZ 55.26 47.05 22.39 -
YUV 182.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 250 161 115 0 0.36 0.54 0.02 20.44 0.93 0.72
Hex FA A1 73 0 24 36 2 14 5D 48
Octal 372 241 163 0 44 66 2 24 135 110
Binary 11111010 10100001 1110011 0 100100 110110 10 10100 1011101 1001000

Color Harmonies of #FAA173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA173

Black with #FAA173

Text Example


Text Example

White with #FAA173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA173; }

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

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

background-color css

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

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

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

border-color css

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

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

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