#FE6159

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

Shades of Bittersweet #FE6159

Tints of Bittersweet #FE6159

Color information

#FE6159 (or 0xFE6159) is unknown color: approx Bittersweet. HEX triplet: FE, 61 and 59. RGB value is (254,97,89). Sum of RGB (Red+Green+Blue) = 254+97+89=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6159 is #019EA6. Grayscale: #8F8F8F. Windows color (decimal): -106151 or 5857790. OLE color: 5857790.

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

Color convert

RGB2549789-
CMYK00.620.650.00
HSL2.91º98.8%67.25%-
HSV(B)2.91º64.96%99.61%-
XYZ46.9530.3412.83-
YUV143.0397.51207.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.73%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 89 (35.16% from 255) = 20.23%
R=57.73%
G=22.05%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254978900.620.650.002.9198.867.25
HexFE615903E41036343
Octal37614113107610103143103
Binary11111110110000110110010111110100000101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6159; }

 p { color: rgb(254,97,89); }

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

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

 a { background-color: rgb(254,97,89); }

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

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

 span { border-color: rgb(254,97,89); }

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