Html Css Color HEX #FAA974 Hit Pink

📋 copy color: '#FAA974'

red 250 ◦ green 169 ◦ blue 116

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

Shades of Hit Pink #FAA974

Tints of Hit Pink #FAA974

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 46.73%
G = 31.59%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAA974 (or 0xFAA974) is known color: Hit Pink. HEX triplet: FA, A9 and 74. RGB value is (250,169,116). Sum of RGB (Red+Green+Blue) = 250+169+116=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA974 is #05568B. Grayscale: #BBBBBB. Windows color (decimal): -349836 or 7645690. OLE color: 7645690.

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

Color convert

RGB 250 169 116 -
CMYK 0 0.32 0.54 0.02
HSL 23.73º 0.93% 0.72% -
HSV(B) 23.73º 0.54% 0.98% -
XYZ 56.76 49.96 23.17 -
YUV 187.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 250 169 116 0 0.32 0.54 0.02 23.73 0.93 0.72
Hex FA A9 74 0 20 36 2 18 5D 48
Octal 372 251 164 0 40 66 2 30 135 110
Binary 11111010 10101001 1110100 0 100000 110110 10 11000 1011101 1001000

Color Harmonies of #FAA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA974

Black with #FAA974

Text Example


Text Example

White with #FAA974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA974; }

 p { color: rgb(250,169,116); }

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

background-color css

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

 a { background-color: rgb(250,169,116); }

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

border-color css

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

 span { border-color: rgb(250,169,116); }

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