#FE7D55

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

Shades of Coral #FE7D55

Tints of Coral #FE7D55

Color information

#FE7D55 (or 0xFE7D55) is unknown color: approx Coral. HEX triplet: FE, 7D and 55. RGB value is (254,125,85). Sum of RGB (Red+Green+Blue) = 254+125+85=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D55 is #0182AA. Grayscale: #9F9F9F. Windows color (decimal): -98987 or 5602814. OLE color: 5602814.

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

Color convert

RGB25412585-
CMYK00.510.670.00
HSL14.2º98.83%66.47%-
HSV(B)14.2º66.54%99.61%-
XYZ49.8536.3912.99-
YUV159.0186.24195.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.74%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=54.74%
G=26.94%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541258500.510.670.0014.298.8366.47
HexFE7D55033430e6342
Octal376175125063103016143102
Binary1111111011111011010101011001110000110111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D55; }

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

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

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

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

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

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

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

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