#FE7956

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

Shades of Coral #FE7956

Tints of Coral #FE7956

Color information

#FE7956 (or 0xFE7956) is unknown color: approx Coral. HEX triplet: FE, 79 and 56. RGB value is (254,121,86). Sum of RGB (Red+Green+Blue) = 254+121+86=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7956 is #0186A9. Grayscale: #9D9D9D. Windows color (decimal): -100010 or 5667326. OLE color: 5667326.

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

Color convert

RGB25412186-
CMYK00.520.660.00
HSL12.5º98.82%66.67%-
HSV(B)12.5º66.14%99.61%-
XYZ49.3935.4213.04-
YUV156.7888.06197.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=55.10%
G=26.25%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541218600.520.660.0012.598.8266.67
HexFE7956034420c6343
Octal376171126064102014143103
Binary1111111011110011010110011010010000100110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7956; }

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

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

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

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

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

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

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

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