#FE8460

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

Shades of Coral #FE8460

Tints of Coral #FE8460

Color information

#FE8460 (or 0xFE8460) is unknown color: approx Coral. HEX triplet: FE, 84 and 60. RGB value is (254,132,96). Sum of RGB (Red+Green+Blue) = 254+132+96=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8460 is #017B9F. Grayscale: #A4A4A4. Windows color (decimal): -97184 or 6325502. OLE color: 6325502.

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

Color convert

RGB25413296-
CMYK00.480.620.00
HSL13.67º98.75%68.63%-
HSV(B)13.67º62.2%99.61%-
XYZ51.2438.4215.78-
YUV164.3789.42191.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=52.70%
G=27.39%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541329600.480.620.0013.6798.7568.63
HexFE84600303E0e6345
Octal37620414006076016143105
Binary1111111010000100110000001100001111100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8460; }

 p { color: rgb(254,132,96); }

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

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

 a { background-color: rgb(254,132,96); }

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

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

 span { border-color: rgb(254,132,96); }

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