#FE7056

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

Shades of Bittersweet #FE7056

Tints of Bittersweet #FE7056

Color information

#FE7056 (or 0xFE7056) is unknown color: approx Bittersweet. HEX triplet: FE, 70 and 56. RGB value is (254,112,86). Sum of RGB (Red+Green+Blue) = 254+112+86=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7056 is #018FA9. Grayscale: #979797. Windows color (decimal): -102314 or 5665022. OLE color: 5665022.

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

Color convert

RGB25411286-
CMYK00.560.660.00
HSL9.29º98.82%66.67%-
HSV(B)9.29º66.14%99.61%-
XYZ48.3533.3312.69-
YUV151.4991.04201.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.19%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 86 (33.98% from 255) = 19.03%
R=56.19%
G=24.78%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541128600.560.660.009.2998.8266.67
HexFE705603842096343
Octal376160126070102011143103
Binary1111111011100001010110011100010000100100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7056; }

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

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

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

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

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

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

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

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