#FE8756

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

Shades of Coral #FE8756

Tints of Coral #FE8756

Color information

#FE8756 (or 0xFE8756) is unknown color: approx Coral. HEX triplet: FE, 87 and 56. RGB value is (254,135,86). Sum of RGB (Red+Green+Blue) = 254+135+86=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8756 is #0178A9. Grayscale: #A5A5A5. Windows color (decimal): -96426 or 5670910. OLE color: 5670910.

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

Color convert

RGB25413586-
CMYK00.470.660.00
HSL17.5º98.82%66.67%-
HSV(B)17.5º66.14%99.61%-
XYZ51.2239.0713.65-
YUV164.9983.42191.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=53.47%
G=28.42%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541358600.470.660.0017.598.8266.67
HexFE875602F420126343
Octal376207126057102022143103
Binary111111101000011110101100101111100001001001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8756; }

 p { color: rgb(254,135,86); }

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

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

 a { background-color: rgb(254,135,86); }

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

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

 span { border-color: rgb(254,135,86); }

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