Html Css Color HEX #FAA779 Hit Pink

📋 copy color: '#FAA779'

red 250 ◦ green 167 ◦ blue 121

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

Shades of Hit Pink #FAA779

Tints of Hit Pink #FAA779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.04%

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 46.47%
G = 31.04%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA779 (or 0xFAA779) is known color: Hit Pink. HEX triplet: FA, A7 and 79. RGB value is (250,167,121). Sum of RGB (Red+Green+Blue) = 250+167+121=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA779 is #055886. Grayscale: #BABABA. Windows color (decimal): -350343 or 7972858. OLE color: 7972858.

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

Color convert

RGB 250 167 121 -
CMYK 0 0.33 0.52 0.02
HSL 21.4º 0.93% 0.73% -
HSV(B) 21.4º 0.52% 0.98% -
XYZ 56.69 49.34 24.62 -
YUV 186.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 250 167 121 0 0.33 0.52 0.02 21.4 0.93 0.73
Hex FA A7 79 0 21 34 2 15 5D 49
Octal 372 247 171 0 41 64 2 25 135 111
Binary 11111010 10100111 1111001 0 100001 110100 10 10101 1011101 1001001

Color Harmonies of #FAA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA779

Black with #FAA779

Text Example


Text Example

White with #FAA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA779; }

 p { color: rgb(250,167,121); }

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

background-color css

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

 a { background-color: rgb(250,167,121); }

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

border-color css

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

 span { border-color: rgb(250,167,121); }

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