#FE824D

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

Shades of Coral #FE824D

Tints of Coral #FE824D

Color information

#FE824D (or 0xFE824D) is unknown color: approx Coral. HEX triplet: FE, 82 and 4D. RGB value is (254,130,77). Sum of RGB (Red+Green+Blue) = 254+130+77=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE824D is #017DB2. Grayscale: #A1A1A1. Windows color (decimal): -97715 or 5079806. OLE color: 5079806.

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

Color convert

RGB25413077-
CMYK00.490.700.00
HSL17.97º98.88%64.9%-
HSV(B)17.97º69.69%99.61%-
XYZ50.237.5711.63-
YUV161.0380.58194.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 77 (30.47% from 255) = 16.70%
R=55.10%
G=28.20%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541307700.490.700.0017.9798.8864.9
HexFE824D031460126341
Octal376202115061106022143101
Binary111111101000001010011010110001100011001001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE824D; }

 p { color: rgb(254,130,77); }

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

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

 a { background-color: rgb(254,130,77); }

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

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

 span { border-color: rgb(254,130,77); }

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