Html Css Color HEX #FAA474 Hit Pink

📋 copy color: '#FAA474'

red 250 ◦ green 164 ◦ blue 116

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

Shades of Hit Pink #FAA474

Tints of Hit Pink #FAA474

RGB

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

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

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

R = 47.17%
G = 30.94%
B = 21.89%

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

#FAA474 (or 0xFAA474) is known color: Hit Pink. HEX triplet: FA, A4 and 74. RGB value is (250,164,116). Sum of RGB (Red+Green+Blue) = 250+164+116=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA474 is #055B8B. Grayscale: #B8B8B8. Windows color (decimal): -351116 or 7644410. OLE color: 7644410.

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

Color convert

RGB 250 164 116 -
CMYK 0 0.34 0.54 0.02
HSL 21.49º 0.93% 0.72% -
HSV(B) 21.49º 0.54% 0.98% -
XYZ 55.85 48.14 22.87 -
YUV 184.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 250 164 116 0 0.34 0.54 0.02 21.49 0.93 0.72
Hex FA A4 74 0 22 36 2 15 5D 48
Octal 372 244 164 0 42 66 2 25 135 110
Binary 11111010 10100100 1110100 0 100010 110110 10 10101 1011101 1001000

Color Harmonies of #FAA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA474

Black with #FAA474

Text Example


Text Example

White with #FAA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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