#FE825D

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

Shades of Coral #FE825D

Tints of Coral #FE825D

Color information

#FE825D (or 0xFE825D) is unknown color: approx Coral. HEX triplet: FE, 82 and 5D. RGB value is (254,130,93). Sum of RGB (Red+Green+Blue) = 254+130+93=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE825D is #017DA2. Grayscale: #A3A3A3. Windows color (decimal): -97699 or 6128382. OLE color: 6128382.

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

Color convert

RGB25413093-
CMYK00.490.630.00
HSL13.79º98.77%68.04%-
HSV(B)13.79º63.39%99.61%-
XYZ50.8337.8314.98-
YUV162.8688.58193.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=53.25%
G=27.25%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541309300.490.630.0013.7998.7768.04
HexFE825D0313F0e6344
Octal37620213506177016143104
Binary1111111010000010101110101100011111110111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE825D; }

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

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

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

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

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

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

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

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