#FD8159

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

Shades of Coral #FD8159

Tints of Coral #FD8159

Color information

#FD8159 (or 0xFD8159) is unknown color: approx Coral. HEX triplet: FD, 81 and 59. RGB value is (253,129,89). Sum of RGB (Red+Green+Blue) = 253+129+89=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8159 is #027EA6. Grayscale: #A1A1A1. Windows color (decimal): -163495 or 5865981. OLE color: 5865981.

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

Color convert

RGB25312989-
CMYK00.490.650.01
HSL14.63º97.62%67.06%-
HSV(B)14.63º64.82%99.22%-
XYZ50.1637.314.01-
YUV161.5287.08193.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 89 (35.16% from 255) = 18.90%
R=53.72%
G=27.39%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531298900.490.650.0114.6397.6267.06
HexFD8159031411f6243
Octal375201131061101117142103
Binary11111101100000011011001011000110000011111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8159; }

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

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

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

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

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

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

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

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