#FAA36E

Color #FAA36E Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FAA36E

Tints of Hit Pink #FAA36E

Color information

#FAA36E (or 0xFAA36E) is unknown color: approx Hit Pink. HEX triplet: FA, A3 and 6E. RGB value is (250,163,110). Sum of RGB (Red+Green+Blue) = 250+163+110=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA36E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA36E is #055C91. Grayscale: #B7B7B7. Windows color (decimal): -351378 or 7250938. OLE color: 7250938.

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

Color convert

RGB250163110-
CMYK00.350.560.02
HSL22.71º93.33%70.59%-
HSV(B)22.71º56%98.04%-
XYZ55.3447.6421.03-
YUV182.9786.82175.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=47.80%
G=31.17%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016311000.350.560.0222.7193.3370.59
HexFAA36E023382175d47
Octal37224315604370227135107
Binary111110101010001111011100100011111000101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA36E; }

 p { color: rgb(250,163,110); }

 H1.HeaderClassName
 {
   color: #FAA36E;
 }
 .AnyTagClassName
 {
   color: #FAA36E;
 }
</style>
background-color css

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

 a { background-color: rgb(250,163,110); }

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

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

 span { border-color: rgb(250,163,110); }

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