#FD8152

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

Shades of Coral #FD8152

Tints of Coral #FD8152

Color information

#FD8152 (or 0xFD8152) is unknown color: approx Coral. HEX triplet: FD, 81 and 52. RGB value is (253,129,82). Sum of RGB (Red+Green+Blue) = 253+129+82=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8152 is #027EAD. Grayscale: #A1A1A1. Windows color (decimal): -163502 or 5407229. OLE color: 5407229.

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

Color convert

RGB25312982-
CMYK00.490.680.01
HSL16.49º97.71%65.69%-
HSV(B)16.49º67.59%99.22%-
XYZ49.8837.1912.53-
YUV160.7283.58193.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.53%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 82 (32.42% from 255) = 17.67%
R=54.53%
G=27.80%
B=17.67%

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
Decimal2531298200.490.680.0116.4997.7165.69
HexFD8152031441106242
Octal375201122061104120142102
Binary111111011000000110100100110001100010011000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8152; }

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

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

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

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

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

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

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

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