Html Css Color HEX #FAA970 Hit Pink

📋 copy color: '#FAA970'

red 250 ◦ green 169 ◦ blue 112

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

Shades of Hit Pink #FAA970

Tints of Hit Pink #FAA970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 47.08%
G = 31.83%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAA970 (or 0xFAA970) is known color: Hit Pink. HEX triplet: FA, A9 and 70. RGB value is (250,169,112). Sum of RGB (Red+Green+Blue) = 250+169+112=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA970 is #05568F. Grayscale: #BBBBBB. Windows color (decimal): -349840 or 7383546. OLE color: 7383546.

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

Color convert

RGB 250 169 112 -
CMYK 0 0.32 0.55 0.02
HSL 24.78º 0.93% 0.71% -
HSV(B) 24.78º 0.55% 0.98% -
XYZ 56.54 49.87 21.98 -
YUV 186.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 250 169 112 0 0.32 0.55 0.02 24.78 0.93 0.71
Hex FA A9 70 0 20 37 2 19 5D 47
Octal 372 251 160 0 40 67 2 31 135 107
Binary 11111010 10101001 1110000 0 100000 110111 10 11001 1011101 1000111

Color Harmonies of #FAA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA970

Black with #FAA970

Text Example


Text Example

White with #FAA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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