#FD8160

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

Shades of Coral #FD8160

Tints of Coral #FD8160

Color information

#FD8160 (or 0xFD8160) is unknown color: approx Coral. HEX triplet: FD, 81 and 60. RGB value is (253,129,96). Sum of RGB (Red+Green+Blue) = 253+129+96=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8160 is #027E9F. Grayscale: #A2A2A2. Windows color (decimal): -163488 or 6324733. OLE color: 6324733.

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

Color convert

RGB25312996-
CMYK00.490.620.01
HSL12.61º97.52%68.43%-
HSV(B)12.61º62.06%99.22%-
XYZ50.4737.4315.63-
YUV162.3190.58192.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.93%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=52.93%
G=26.99%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531299600.490.620.0112.6197.5268.43
HexFD81600313E1d6244
Octal37520114006176115142104
Binary1111110110000001110000001100011111101110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8160; }

 p { color: rgb(253,129,96); }

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

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

 a { background-color: rgb(253,129,96); }

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

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

 span { border-color: rgb(253,129,96); }

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