#FEA366

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

Shades of Hit Pink #FEA366

Tints of Hit Pink #FEA366

Color information

#FEA366 (or 0xFEA366) is unknown color: approx Hit Pink. HEX triplet: FE, A3 and 66. RGB value is (254,163,102). Sum of RGB (Red+Green+Blue) = 254+163+102=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA366 is #015C99. Grayscale: #B7B7B7. Windows color (decimal): -89242 or 6726654. OLE color: 6726654.

HSL color Cylindrical-coordinate representation of color #FEA366: hue angle of 24.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEA366 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254163102-
CMYK00.360.600.00
HSL24.08º98.7%69.8%-
HSV(B)24.08º59.84%99.61%-
XYZ56.3748.2218.91-
YUV183.2682.15178.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 102 (40.23% from 255) = 19.65%
R=48.94%
G=31.41%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416310200.360.600.0024.0898.769.8
HexFEA3660243C0186346
Octal37624314604474030143106
Binary11111110101000111100110010010011110001100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA366; }

 p { color: rgb(254,163,102); }

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

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

 a { background-color: rgb(254,163,102); }

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

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

 span { border-color: rgb(254,163,102); }

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