#FE7864

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

Shades of Bittersweet #FE7864

Tints of Bittersweet #FE7864

Color information

#FE7864 (or 0xFE7864) is unknown color: approx Bittersweet. HEX triplet: FE, 78 and 64. RGB value is (254,120,100). Sum of RGB (Red+Green+Blue) = 254+120+100=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7864 is #01879B. Grayscale: #9E9E9E. Windows color (decimal): -100252 or 6584574. OLE color: 6584574.

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

Color convert

RGB254120100-
CMYK00.530.610.00
HSL7.79º98.72%69.41%-
HSV(B)7.79º60.63%99.61%-
XYZ49.8935.4216.26-
YUV157.7995.39196.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.59%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=53.59%
G=25.32%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412010000.530.610.007.7998.7269.41
HexFE78640353D086345
Octal37617014406575010143105
Binary111111101111000110010001101011111010100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7864; }

 p { color: rgb(254,120,100); }

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

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

 a { background-color: rgb(254,120,100); }

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

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

 span { border-color: rgb(254,120,100); }

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