Html Css Color HEX #FAA573 Hit Pink

📋 copy color: '#FAA573'

red 250 ◦ green 165 ◦ blue 115

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

Shades of Hit Pink #FAA573

Tints of Hit Pink #FAA573

RGB

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

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

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

R = 47.17%
G = 31.13%
B = 21.7%

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

#FAA573 (or 0xFAA573) is known color: Hit Pink. HEX triplet: FA, A5 and 73. RGB value is (250,165,115). Sum of RGB (Red+Green+Blue) = 250+165+115=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA573 is #055A8C. Grayscale: #B9B9B9. Windows color (decimal): -350861 or 7579130. OLE color: 7579130.

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

Color convert

RGB 250 165 115 -
CMYK 0 0.34 0.54 0.02
HSL 22.22º 0.93% 0.72% -
HSV(B) 22.22º 0.54% 0.98% -
XYZ 55.97 48.47 22.63 -
YUV 184.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 250 165 115 0 0.34 0.54 0.02 22.22 0.93 0.72
Hex FA A5 73 0 22 36 2 16 5D 48
Octal 372 245 163 0 42 66 2 26 135 110
Binary 11111010 10100101 1110011 0 100010 110110 10 10110 1011101 1001000

Color Harmonies of #FAA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA573

Black with #FAA573

Text Example


Text Example

White with #FAA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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