#FE7065

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

Shades of Bittersweet #FE7065

Tints of Bittersweet #FE7065

Color information

#FE7065 (or 0xFE7065) is unknown color: approx Bittersweet. HEX triplet: FE, 70 and 65. RGB value is (254,112,101). Sum of RGB (Red+Green+Blue) = 254+112+101=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7065 is #018F9A. Grayscale: #999999. Windows color (decimal): -102299 or 6648062. OLE color: 6648062.

HSL color Cylindrical-coordinate representation of color #FE7065: hue angle of 4.31º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7065 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254112101-
CMYK00.560.600.00
HSL4.31º98.71%69.61%-
HSV(B)4.31º60.24%99.61%-
XYZ49.0233.616.21-
YUV153.298.54199.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.39%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=54.39%
G=23.98%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411210100.560.600.004.3198.7169.61
HexFE70650383C046346
Octal3761601450707404143106
Binary11111110111000011001010111000111100010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7065; }

 p { color: rgb(254,112,101); }

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

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

 a { background-color: rgb(254,112,101); }

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

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

 span { border-color: rgb(254,112,101); }

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