Html Css Color HEX #FAA06F Hit Pink

📋 copy color: '#FAA06F'

red 250 ◦ green 160 ◦ blue 111

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

Shades of Hit Pink #FAA06F

Tints of Hit Pink #FAA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 111 (43.75% from 255) = 21.31%

R = 47.98%
G = 30.71%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAA06F (or 0xFAA06F) is known color: Hit Pink. HEX triplet: FA, A0 and 6F. RGB value is (250,160,111). Sum of RGB (Red+Green+Blue) = 250+160+111=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA06F is #055F90. Grayscale: #B5B5B5. Windows color (decimal): -352145 or 7315706. OLE color: 7315706.

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

Color convert

RGB 250 160 111 -
CMYK 0 0.36 0.56 0.02
HSL 21.15º 0.93% 0.71% -
HSV(B) 21.15º 0.56% 0.98% -
XYZ 54.86 46.61 21.14 -
YUV 181.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 250 160 111 0 0.36 0.56 0.02 21.15 0.93 0.71
Hex FA A0 6F 0 24 38 2 15 5D 47
Octal 372 240 157 0 44 70 2 25 135 107
Binary 11111010 10100000 1101111 0 100100 111000 10 10101 1011101 1000111

Color Harmonies of #FAA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA06F

Black with #FAA06F

Text Example


Text Example

White with #FAA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA06F; }

 p { color: rgb(250,160,111); }

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

background-color css

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

 a { background-color: rgb(250,160,111); }

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

border-color css

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

 span { border-color: rgb(250,160,111); }

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