#FE7B60

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

Shades of Bittersweet #FE7B60

Tints of Bittersweet #FE7B60

Color information

#FE7B60 (or 0xFE7B60) is unknown color: approx Bittersweet. HEX triplet: FE, 7B and 60. RGB value is (254,123,96). Sum of RGB (Red+Green+Blue) = 254+123+96=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B60 is #01849F. Grayscale: #9F9F9F. Windows color (decimal): -99488 or 6323198. OLE color: 6323198.

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

Color convert

RGB25412396-
CMYK00.520.620.00
HSL10.25º98.75%68.63%-
HSV(B)10.25º62.2%99.61%-
XYZ50.0736.0815.39-
YUV159.0992.4195.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.70%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=53.70%
G=26.00%
B=20.30%

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
Decimal2541239600.520.620.0010.2598.7568.63
HexFE7B600343E0a6345
Octal37617314006476012143105
Binary111111101111011110000001101001111100101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7B60; }

 p { color: rgb(254,123,96); }

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

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

 a { background-color: rgb(254,123,96); }

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

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

 span { border-color: rgb(254,123,96); }

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