Html Css Color HEX #FAA575 Hit Pink

📋 copy color: '#FAA575'

red 250 ◦ green 165 ◦ blue 117

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

Shades of Hit Pink #FAA575

Tints of Hit Pink #FAA575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 46.99%
G = 31.02%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAA575 (or 0xFAA575) is known color: Hit Pink. HEX triplet: FA, A5 and 75. RGB value is (250,165,117). Sum of RGB (Red+Green+Blue) = 250+165+117=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA575 is #055A8A. Grayscale: #B9B9B9. Windows color (decimal): -350859 or 7710202. OLE color: 7710202.

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

Color convert

RGB 250 165 117 -
CMYK 0 0.34 0.53 0.02
HSL 21.65º 0.93% 0.72% -
HSV(B) 21.65º 0.53% 0.98% -
XYZ 56.09 48.52 23.24 -
YUV 184.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 250 165 117 0 0.34 0.53 0.02 21.65 0.93 0.72
Hex FA A5 75 0 22 35 2 16 5D 48
Octal 372 245 165 0 42 65 2 26 135 110
Binary 11111010 10100101 1110101 0 100010 110101 10 10110 1011101 1001000

Color Harmonies of #FAA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA575

Black with #FAA575

Text Example


Text Example

White with #FAA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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