#FE7961

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

Shades of Bittersweet #FE7961

Tints of Bittersweet #FE7961

Color information

#FE7961 (or 0xFE7961) is unknown color: approx Bittersweet. HEX triplet: FE, 79 and 61. RGB value is (254,121,97). Sum of RGB (Red+Green+Blue) = 254+121+97=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7961 is #01869E. Grayscale: #9E9E9E. Windows color (decimal): -99999 or 6388222. OLE color: 6388222.

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

Color convert

RGB25412197-
CMYK00.520.620.00
HSL9.17º98.74%68.82%-
HSV(B)9.17º61.81%99.61%-
XYZ49.8735.6115.55-
YUV158.0393.56196.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.81%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=53.81%
G=25.64%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541219700.520.620.009.1798.7468.82
HexFE79610343E096345
Octal37617114106476011143105
Binary111111101111001110000101101001111100100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7961; }

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

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

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

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

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

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

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

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