Html Css Color HEX #FAA472 Hit Pink

📋 copy color: '#FAA472'

red 250 ◦ green 164 ◦ blue 114

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

Shades of Hit Pink #FAA472

Tints of Hit Pink #FAA472

RGB

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

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

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

R = 47.35%
G = 31.06%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAA472 (or 0xFAA472) is known color: Hit Pink. HEX triplet: FA, A4 and 72. RGB value is (250,164,114). Sum of RGB (Red+Green+Blue) = 250+164+114=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA472 is #055B8D. Grayscale: #B8B8B8. Windows color (decimal): -351118 or 7513338. OLE color: 7513338.

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

Color convert

RGB 250 164 114 -
CMYK 0 0.34 0.54 0.02
HSL 22.06º 0.93% 0.71% -
HSV(B) 22.06º 0.54% 0.98% -
XYZ 55.74 48.09 22.26 -
YUV 184.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 250 164 114 0 0.34 0.54 0.02 22.06 0.93 0.71
Hex FA A4 72 0 22 36 2 16 5D 47
Octal 372 244 162 0 42 66 2 26 135 107
Binary 11111010 10100100 1110010 0 100010 110110 10 10110 1011101 1000111

Color Harmonies of #FAA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA472

Black with #FAA472

Text Example


Text Example

White with #FAA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA472; }

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

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

background-color css

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

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

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

border-color css

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

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

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