#FE7D4D

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

Shades of Coral #FE7D4D

Tints of Coral #FE7D4D

Color information

#FE7D4D (or 0xFE7D4D) is unknown color: approx Coral. HEX triplet: FE, 7D and 4D. RGB value is (254,125,77). Sum of RGB (Red+Green+Blue) = 254+125+77=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D4D is #0182B2. Grayscale: #9E9E9E. Windows color (decimal): -98995 or 5078526. OLE color: 5078526.

HSL color Cylindrical-coordinate representation of color #FE7D4D: hue angle of 16.27º 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 #FE7D4D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25412577-
CMYK00.510.700.00
HSL16.27º98.88%64.9%-
HSV(B)16.27º69.69%99.61%-
XYZ49.5536.2711.41-
YUV158.182.24196.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.70%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 77 (30.47% from 255) = 16.89%
R=55.70%
G=27.41%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541257700.510.700.0016.2798.8864.9
HexFE7D4D033460106341
Octal376175115063106020143101
Binary11111110111110110011010110011100011001000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D4D; }

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

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

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

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

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

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

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

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