Html Css Color HEX #FAA470 Hit Pink

📋 copy color: '#FAA470'

red 250 ◦ green 164 ◦ blue 112

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

Shades of Hit Pink #FAA470

Tints of Hit Pink #FAA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.18%

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

R = 47.53%
G = 31.18%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAA470 (or 0xFAA470) is known color: Hit Pink. HEX triplet: FA, A4 and 70. RGB value is (250,164,112). Sum of RGB (Red+Green+Blue) = 250+164+112=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA470 is #055B8F. Grayscale: #B8B8B8. Windows color (decimal): -351120 or 7382266. OLE color: 7382266.

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

Color convert

RGB 250 164 112 -
CMYK 0 0.34 0.55 0.02
HSL 22.61º 0.93% 0.71% -
HSV(B) 22.61º 0.55% 0.98% -
XYZ 55.62 48.04 21.67 -
YUV 183.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 250 164 112 0 0.34 0.55 0.02 22.61 0.93 0.71
Hex FA A4 70 0 22 37 2 17 5D 47
Octal 372 244 160 0 42 67 2 27 135 107
Binary 11111010 10100100 1110000 0 100010 110111 10 10111 1011101 1000111

Color Harmonies of #FAA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA470

Black with #FAA470

Text Example


Text Example

White with #FAA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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