#FF7956

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

Shades of Coral #FF7956

Tints of Coral #FF7956

Color information

#FF7956 (or 0xFF7956) is unknown color: approx Coral. HEX triplet: FF, 79 and 56. RGB value is (255,121,86). Sum of RGB (Red+Green+Blue) = 255+121+86=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7956 is #0086A9. Grayscale: #9D9D9D. Windows color (decimal): -34474 or 5667327. OLE color: 5667327.

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

Color convert

RGB25512186-
CMYK00.530.660
HSL12.43º100%66.86%-
HSV(B)12.43º66.27%100%-
XYZ49.7635.6113.05-
YUV157.0887.89197.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.19%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=55.19%
G=26.19%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551218600.530.66012.4310066.86
HexFF7956035420c6443
Octal377171126065102014144103
Binary1111111111110011010110011010110000100110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7956; }

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

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

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

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

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

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

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

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