#FD8555

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

Shades of Coral #FD8555

Tints of Coral #FD8555

Color information

#FD8555 (or 0xFD8555) is unknown color: approx Coral. HEX triplet: FD, 85 and 55. RGB value is (253,133,85). Sum of RGB (Red+Green+Blue) = 253+133+85=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8555 is #027AAA. Grayscale: #A3A3A3. Windows color (decimal): -162475 or 5604861. OLE color: 5604861.

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

Color convert

RGB25313385-
CMYK00.470.660.01
HSL17.14º97.67%66.27%-
HSV(B)17.14º66.4%99.22%-
XYZ50.5438.3113.33-
YUV163.4183.76191.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=53.72%
G=28.24%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531338500.470.660.0117.1497.6766.27
HexFD855502F421116242
Octal375205125057102121142102
Binary111111011000010110101010101111100001011000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8555; }

 p { color: rgb(253,133,85); }

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

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

 a { background-color: rgb(253,133,85); }

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

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

 span { border-color: rgb(253,133,85); }

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