#FD7E5E

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

Shades of Coral #FD7E5E

Tints of Coral #FD7E5E

Color information

#FD7E5E (or 0xFD7E5E) is unknown color: approx Coral. HEX triplet: FD, 7E and 5E. RGB value is (253,126,94). Sum of RGB (Red+Green+Blue) = 253+126+94=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E5E is #0281A1. Grayscale: #A0A0A0. Windows color (decimal): -164258 or 6192893. OLE color: 6192893.

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

Color convert

RGB25312694-
CMYK00.500.630.01
HSL12.08º97.55%68.04%-
HSV(B)12.08º62.85%99.22%-
XYZ49.9936.6115.02-
YUV160.3290.58194.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=53.49%
G=26.64%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531269400.500.630.0112.0897.5568.04
HexFD7E5E0323F1c6244
Octal37517613606277114142104
Binary111111011111110101111001100101111111110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7E5E; }

 p { color: rgb(253,126,94); }

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

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

 a { background-color: rgb(253,126,94); }

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

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

 span { border-color: rgb(253,126,94); }

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