#FD7952

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

Shades of Coral #FD7952

Tints of Coral #FD7952

Color information

#FD7952 (or 0xFD7952) is unknown color: approx Coral. HEX triplet: FD, 79 and 52. RGB value is (253,121,82). Sum of RGB (Red+Green+Blue) = 253+121+82=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7952 is #0286AD. Grayscale: #9C9C9C. Windows color (decimal): -165550 or 5405181. OLE color: 5405181.

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

Color convert

RGB25312182-
CMYK00.520.680.01
HSL13.68º97.71%65.69%-
HSV(B)13.68º67.59%99.22%-
XYZ48.8735.1712.19-
YUV156.0286.23197.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=55.48%
G=26.54%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531218200.520.680.0113.6897.7165.69
HexFD7952034441e6242
Octal375171122064104116142102
Binary1111110111110011010010011010010001001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7952; }

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

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

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

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

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

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

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

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