#FF8560

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

Shades of Coral #FF8560

Tints of Coral #FF8560

Color information

#FF8560 (or 0xFF8560) is unknown color: approx Coral. HEX triplet: FF, 85 and 60. RGB value is (255,133,96). Sum of RGB (Red+Green+Blue) = 255+133+96=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8560 is #007A9F. Grayscale: #A5A5A5. Windows color (decimal): -31392 or 6325759. OLE color: 6325759.

HSL color Cylindrical-coordinate representation of color #FF8560: hue angle of 13.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8560 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB25513396-
CMYK00.480.620
HSL13.96º100%68.82%-
HSV(B)13.96º62.35%100%-
XYZ51.7438.8815.84-
YUV165.2688.92192.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=52.69%
G=27.48%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551339600.480.62013.9610068.82
HexFF85600303E0e6445
Octal37720514006076016144105
Binary1111111110000101110000001100001111100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8560; }

 p { color: rgb(255,133,96); }

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

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

 a { background-color: rgb(255,133,96); }

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

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

 span { border-color: rgb(255,133,96); }

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