Html Css Color HEX #FAA172 Hit Pink

📋 copy color: '#FAA172'

red 250 ◦ green 161 ◦ blue 114

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

Shades of Hit Pink #FAA172

Tints of Hit Pink #FAA172

RGB

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

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

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

R = 47.62%
G = 30.67%
B = 21.71%

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

#FAA172 (or 0xFAA172) is known color: Hit Pink. HEX triplet: FA, A1 and 72. RGB value is (250,161,114). Sum of RGB (Red+Green+Blue) = 250+161+114=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA172 is #055E8D. Grayscale: #B6B6B6. Windows color (decimal): -351886 or 7512570. OLE color: 7512570.

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

Color convert

RGB 250 161 114 -
CMYK 0 0.36 0.54 0.02
HSL 20.74º 0.93% 0.71% -
HSV(B) 20.74º 0.54% 0.98% -
XYZ 55.21 47.03 22.09 -
YUV 182.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 250 161 114 0 0.36 0.54 0.02 20.74 0.93 0.71
Hex FA A1 72 0 24 36 2 15 5D 47
Octal 372 241 162 0 44 66 2 25 135 107
Binary 11111010 10100001 1110010 0 100100 110110 10 10101 1011101 1000111

Color Harmonies of #FAA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA172

Black with #FAA172

Text Example


Text Example

White with #FAA172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA172; }

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

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

background-color css

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

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

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

border-color css

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

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

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