#FE8155

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

Shades of Coral #FE8155

Tints of Coral #FE8155

Color information

#FE8155 (or 0xFE8155) is unknown color: approx Coral. HEX triplet: FE, 81 and 55. RGB value is (254,129,85). Sum of RGB (Red+Green+Blue) = 254+129+85=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8155 is #017EAA. Grayscale: #A1A1A1. Windows color (decimal): -97963 or 5603838. OLE color: 5603838.

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

Color convert

RGB25412985-
CMYK00.490.670.00
HSL15.62º98.83%66.47%-
HSV(B)15.62º66.54%99.61%-
XYZ50.3637.4313.16-
YUV161.3684.91194.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 85 (33.59% from 255) = 18.16%
R=54.27%
G=27.56%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541298500.490.670.0015.6298.8366.47
HexFE8155031430106342
Octal376201125061103020143102
Binary111111101000000110101010110001100001101000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8155; }

 p { color: rgb(254,129,85); }

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

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

 a { background-color: rgb(254,129,85); }

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

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

 span { border-color: rgb(254,129,85); }

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