#FD7C56

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

Shades of Coral #FD7C56

Tints of Coral #FD7C56

Color information

#FD7C56 (or 0xFD7C56) is unknown color: approx Coral. HEX triplet: FD, 7C and 56. RGB value is (253,124,86). Sum of RGB (Red+Green+Blue) = 253+124+86=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C56 is #0283A9. Grayscale: #9E9E9E. Windows color (decimal): -164778 or 5668093. OLE color: 5668093.

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

Color convert

RGB25312486-
CMYK00.510.660.01
HSL13.65º97.66%66.47%-
HSV(B)13.65º66.01%99.22%-
XYZ49.435.9713.14-
YUV158.2487.24195.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.64%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=54.64%
G=26.78%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531248600.510.660.0113.6597.6666.47
HexFD7C56033421e6242
Octal375174126063102116142102
Binary1111110111111001010110011001110000101111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C56; }

 p { color: rgb(253,124,86); }

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

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

 a { background-color: rgb(253,124,86); }

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

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

 span { border-color: rgb(253,124,86); }

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