#FE615E

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

Shades of Bittersweet #FE615E

Tints of Bittersweet #FE615E

Color information

#FE615E (or 0xFE615E) is unknown color: approx Bittersweet. HEX triplet: FE, 61 and 5E. RGB value is (254,97,94). Sum of RGB (Red+Green+Blue) = 254+97+94=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE615E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE615E is #019EA1. Grayscale: #8F8F8F. Windows color (decimal): -106146 or 6185470. OLE color: 6185470.

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

Color convert

RGB2549794-
CMYK00.620.630.00
HSL1.13º98.77%68.24%-
HSV(B)1.13º62.99%99.61%-
XYZ47.1730.4313.98-
YUV143.6100.01206.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.08%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 94 (37.11% from 255) = 21.12%
R=57.08%
G=21.80%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254979400.620.630.001.1398.7768.24
HexFE615E03E3F016344
Octal3761411360767701143104
Binary111111101100001101111001111101111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE615E; }

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

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

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

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

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

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

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

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