#FD7A52

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

Shades of Coral #FD7A52

Tints of Coral #FD7A52

Color information

#FD7A52 (or 0xFD7A52) is unknown color: approx Coral. HEX triplet: FD, 7A and 52. RGB value is (253,122,82). Sum of RGB (Red+Green+Blue) = 253+122+82=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A52 is #0285AD. Grayscale: #9C9C9C. Windows color (decimal): -165294 or 5405437. OLE color: 5405437.

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

Color convert

RGB25312282-
CMYK00.520.680.01
HSL14.04º97.71%65.69%-
HSV(B)14.04º67.59%99.22%-
XYZ48.9935.4112.24-
YUV156.6185.9196.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=55.36%
G=26.70%
B=17.94%

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
Decimal2531228200.520.680.0114.0497.7165.69
HexFD7A52034441e6242
Octal375172122064104116142102
Binary1111110111110101010010011010010001001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7A52; }

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

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

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

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

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

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

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

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