#FD7852

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

Shades of Coral #FD7852

Tints of Coral #FD7852

Color information

#FD7852 (or 0xFD7852) is unknown color: approx Coral. HEX triplet: FD, 78 and 52. RGB value is (253,120,82). Sum of RGB (Red+Green+Blue) = 253+120+82=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7852 is #0287AD. Grayscale: #9B9B9B. Windows color (decimal): -165806 or 5404925. OLE color: 5404925.

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

Color convert

RGB25312082-
CMYK00.530.680.01
HSL13.33º97.71%65.69%-
HSV(B)13.33º67.59%99.22%-
XYZ48.7534.9212.15-
YUV155.4486.56197.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.60%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=55.60%
G=26.37%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531208200.530.680.0113.3397.7165.69
HexFD7852035441d6242
Octal375170122065104115142102
Binary1111110111110001010010011010110001001110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7852; }

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

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

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

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

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

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

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

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