Html Css Color HEX #FAA577 Hit Pink

📋 copy color: '#FAA577'

red 250 ◦ green 165 ◦ blue 119

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

Shades of Hit Pink #FAA577

Tints of Hit Pink #FAA577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 46.82%
G = 30.9%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA577 (or 0xFAA577) is known color: Hit Pink. HEX triplet: FA, A5 and 77. RGB value is (250,165,119). Sum of RGB (Red+Green+Blue) = 250+165+119=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA577 is #055A88. Grayscale: #B9B9B9. Windows color (decimal): -350857 or 7841274. OLE color: 7841274.

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

Color convert

RGB 250 165 119 -
CMYK 0 0.34 0.52 0.02
HSL 21.07º 0.93% 0.72% -
HSV(B) 21.07º 0.52% 0.98% -
XYZ 56.21 48.57 23.86 -
YUV 185.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 250 165 119 0 0.34 0.52 0.02 21.07 0.93 0.72
Hex FA A5 77 0 22 34 2 15 5D 48
Octal 372 245 167 0 42 64 2 25 135 110
Binary 11111010 10100101 1110111 0 100010 110100 10 10101 1011101 1001000

Color Harmonies of #FAA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA577

Black with #FAA577

Text Example


Text Example

White with #FAA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA577; }

 p { color: rgb(250,165,119); }

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

background-color css

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

 a { background-color: rgb(250,165,119); }

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

border-color css

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

 span { border-color: rgb(250,165,119); }

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