#FEA56E

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

Shades of Hit Pink #FEA56E

Tints of Hit Pink #FEA56E

Color information

#FEA56E (or 0xFEA56E) is unknown color: approx Hit Pink. HEX triplet: FE, A5 and 6E. RGB value is (254,165,110). Sum of RGB (Red+Green+Blue) = 254+165+110=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA56E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA56E is #015A91. Grayscale: #B9B9B9. Windows color (decimal): -88722 or 7251454. OLE color: 7251454.

HSL color Cylindrical-coordinate representation of color #FEA56E: hue angle of 22.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEA56E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB254165110-
CMYK00.350.570.00
HSL22.92º98.63%71.37%-
HSV(B)22.92º56.69%99.61%-
XYZ57.1449.1121.22-
YUV185.3485.49176.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 110 (43.36% from 255) = 20.79%
R=48.02%
G=31.19%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416511000.350.570.0022.9298.6371.37
HexFEA56E023390176347
Octal37624515604371027143107
Binary11111110101001011101110010001111100101011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA56E; }

 p { color: rgb(254,165,110); }

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

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

 a { background-color: rgb(254,165,110); }

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

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

 span { border-color: rgb(254,165,110); }

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