#FF7856

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

Shades of Coral #FF7856

Tints of Coral #FF7856

Color information

#FF7856 (or 0xFF7856) is unknown color: approx Coral. HEX triplet: FF, 78 and 56. RGB value is (255,120,86). Sum of RGB (Red+Green+Blue) = 255+120+86=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7856 is #0087A9. Grayscale: #9C9C9C. Windows color (decimal): -34730 or 5667071. OLE color: 5667071.

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

Color convert

RGB25512086-
CMYK00.530.660
HSL12.07º100%66.86%-
HSV(B)12.07º66.27%100%-
XYZ49.6435.3613.01-
YUV156.4988.23198.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=55.31%
G=26.03%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551208600.530.66012.0710066.86
HexFF7856035420c6443
Octal377170126065102014144103
Binary1111111111110001010110011010110000100110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7856; }

 p { color: rgb(255,120,86); }

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

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

 a { background-color: rgb(255,120,86); }

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

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

 span { border-color: rgb(255,120,86); }

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