#FE805B

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

Shades of Coral #FE805B

Tints of Coral #FE805B

Color information

#FE805B (or 0xFE805B) is unknown color: approx Coral. HEX triplet: FE, 80 and 5B. RGB value is (254,128,91). Sum of RGB (Red+Green+Blue) = 254+128+91=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805B is #017FA4. Grayscale: #A1A1A1. Windows color (decimal): -98213 or 5996798. OLE color: 5996798.

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

Color convert

RGB25412891-
CMYK00.500.640.00
HSL13.62º98.79%67.65%-
HSV(B)13.62º64.17%99.61%-
XYZ50.4837.2614.43-
YUV161.4688.24194.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.70%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=53.70%
G=27.06%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541289100.500.640.0013.6298.7967.65
HexFE805B032400e6344
Octal376200133062100016143104
Binary11111110100000001011011011001010000000111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE805B; }

 p { color: rgb(254,128,91); }

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

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

 a { background-color: rgb(254,128,91); }

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

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

 span { border-color: rgb(254,128,91); }

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