#FD7F5E

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

Shades of Coral #FD7F5E

Tints of Coral #FD7F5E

Color information

#FD7F5E (or 0xFD7F5E) is unknown color: approx Coral. HEX triplet: FD, 7F and 5E. RGB value is (253,127,94). Sum of RGB (Red+Green+Blue) = 253+127+94=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F5E is #0280A1. Grayscale: #A1A1A1. Windows color (decimal): -164002 or 6193149. OLE color: 6193149.

HSL color Cylindrical-coordinate representation of color #FD7F5E: hue angle of 12.45º 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 #FD7F5E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25312794-
CMYK00.500.630.01
HSL12.45º97.55%68.04%-
HSV(B)12.45º62.85%99.22%-
XYZ50.1236.8715.06-
YUV160.9190.24193.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.38%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 94 (37.11% from 255) = 19.83%
R=53.38%
G=26.79%
B=19.83%

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
Decimal2531279400.500.630.0112.4597.5568.04
HexFD7F5E0323F1c6244
Octal37517713606277114142104
Binary111111011111111101111001100101111111110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7F5E; }

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

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

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

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

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

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

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

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