#FE6A64

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

Shades of Bittersweet #FE6A64

Tints of Bittersweet #FE6A64

Color information

#FE6A64 (or 0xFE6A64) is unknown color: approx Bittersweet. HEX triplet: FE, 6A and 64. RGB value is (254,106,100). Sum of RGB (Red+Green+Blue) = 254+106+100=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A64 is #01959B. Grayscale: #959595. Windows color (decimal): -103836 or 6580990. OLE color: 6580990.

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

Color convert

RGB254106100-
CMYK00.580.610.00
HSL2.34º98.72%69.41%-
HSV(B)2.34º60.63%99.61%-
XYZ48.3332.315.74-
YUV149.57100.03202.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.22%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 100 (39.45% from 255) = 21.74%
R=55.22%
G=23.04%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410610000.580.610.002.3498.7269.41
HexFE6A6403A3D026345
Octal3761521440727502143105
Binary1111111011010101100100011101011110101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6A64; }

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

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

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

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

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

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

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

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