#FD7854

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

Shades of Coral #FD7854

Tints of Coral #FD7854

Color information

#FD7854 (or 0xFD7854) is unknown color: approx Coral. HEX triplet: FD, 78 and 54. RGB value is (253,120,84). Sum of RGB (Red+Green+Blue) = 253+120+84=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7854 is #0287AB. Grayscale: #9B9B9B. Windows color (decimal): -165804 or 5535997. OLE color: 5535997.

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

Color convert

RGB25312084-
CMYK00.530.670.01
HSL12.78º97.69%66.08%-
HSV(B)12.78º66.8%99.22%-
XYZ48.8234.9612.56-
YUV155.6687.56197.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=55.36%
G=26.26%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531208400.530.670.0112.7897.6966.08
HexFD7854035431d6242
Octal375170124065103115142102
Binary1111110111110001010100011010110000111110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7854; }

 p { color: rgb(253,120,84); }

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

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

 a { background-color: rgb(253,120,84); }

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

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

 span { border-color: rgb(253,120,84); }

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