#FD8052

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

Shades of Coral #FD8052

Tints of Coral #FD8052

Color information

#FD8052 (or 0xFD8052) is unknown color: approx Coral. HEX triplet: FD, 80 and 52. RGB value is (253,128,82). Sum of RGB (Red+Green+Blue) = 253+128+82=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8052 is #027FAD. Grayscale: #A0A0A0. Windows color (decimal): -163758 or 5406973. OLE color: 5406973.

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

Color convert

RGB25312882-
CMYK00.490.680.01
HSL16.14º97.71%65.69%-
HSV(B)16.14º67.59%99.22%-
XYZ49.7536.9312.49-
YUV160.1383.91194.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.64%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=54.64%
G=27.65%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531288200.490.680.0116.1497.7165.69
HexFD8052031441106242
Octal375200122061104120142102
Binary111111011000000010100100110001100010011000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8052; }

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

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

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

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

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

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

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

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