#FE8545

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

Shades of Coral #FE8545

Tints of Coral #FE8545

Color information

#FE8545 (or 0xFE8545) is unknown color: approx Coral. HEX triplet: FE, 85 and 45. RGB value is (254,133,69). Sum of RGB (Red+Green+Blue) = 254+133+69=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8545 is #017ABA. Grayscale: #A2A2A2. Windows color (decimal): -96955 or 4556286. OLE color: 4556286.

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

Color convert

RGB25413369-
CMYK00.480.730.00
HSL20.76º98.93%63.33%-
HSV(B)20.76º72.83%99.61%-
XYZ50.3338.2810.37-
YUV161.8875.59193.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.70%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=55.70%
G=29.17%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541336900.480.730.0020.7698.9363.33
HexFE854503049015633f
Octal37620510506011102514377
Binary11111110100001011000101011000010010010101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8545; }

 p { color: rgb(254,133,69); }

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

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

 a { background-color: rgb(254,133,69); }

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

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

 span { border-color: rgb(254,133,69); }

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