#FD8356

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

Shades of Coral #FD8356

Tints of Coral #FD8356

Color information

#FD8356 (or 0xFD8356) is unknown color: approx Coral. HEX triplet: FD, 83 and 56. RGB value is (253,131,86). Sum of RGB (Red+Green+Blue) = 253+131+86=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8356 is #027CA9. Grayscale: #A2A2A2. Windows color (decimal): -162986 or 5669885. OLE color: 5669885.

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

Color convert

RGB25313186-
CMYK00.480.660.01
HSL16.17º97.66%66.47%-
HSV(B)16.17º66.01%99.22%-
XYZ50.337.7913.45-
YUV162.3584.92192.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.83%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=53.83%
G=27.87%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531318600.480.660.0116.1797.6666.47
HexFD8356030421106242
Octal375203126060102120142102
Binary111111011000001110101100110000100001011000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8356; }

 p { color: rgb(253,131,86); }

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

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

 a { background-color: rgb(253,131,86); }

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

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

 span { border-color: rgb(253,131,86); }

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