Shades of Bittersweet #FE5C5A
Tints of Bittersweet #FE5C5A
RGB
CMYK
RGB Variations
Color information
#FE5C5A (or 0xFE5C5A) is known color: Bittersweet. HEX triplet: FE, 5C and 5A. RGB value is (254,92,90). Sum of RGB (Red+Green+Blue) = 254+92+90=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C5A is #01A3A5. Grayscale: #8C8C8C. Windows color (decimal): -107430 or 5922046. OLE color: 5922046.
HSL color Cylindrical-coordinate representation of color #FE5C5A: hue angle of 0.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5C5A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 90 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.00 |
| HSL | 0.73º | 0.99% | 0.67% | - |
| HSV(B) | 0.73º | 0.65% | 1% | - |
| XYZ | 46.55 | 29.46 | 12.91 | - |
| YUV | 140.21 | 99.67 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 90 | 0 | 0.64 | 0.65 | 0.00 | 0.73 | 0.99 | 0.67 |
| Hex | FE | 5C | 5A | 0 | 40 | 41 | 0 | 1 | 63 | 43 |
| Octal | 376 | 134 | 132 | 0 | 100 | 101 | 0 | 1 | 143 | 103 |
| Binary | 11111110 | 1011100 | 1011010 | 0 | 1000000 | 1000001 | 0 | 1 | 1100011 | 1000011 |
Color Harmonies of #FE5C5A
Complementary color
Monochromatic Colors of #FE5C5A
Black with #FE5C5A
Text Example
Text Example
White with #FE5C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C5A; }
p { color: rgb(254,92,90); }
H1.HeaderClassName
{
color: #FE5C5A;
}
.AnyTagClassName
{
color: #FE5C5A;
}
</style>
background-color css
<style>
a { background-color: #FE5C5A; }
a { background-color: rgb(254,92,90); }
div.DivClassName
{
background-color: #FE5C5A;
}
.BgClassName
{
background-color: #FE5C5A;
}
</style>
border-color css
<style>
span { border-color: #FE5C5A; }
span { border-color: rgb(254,92,90); }
td.TdClassName
{
border-color: #FE5C5A;
}
.TagClassName
{
border-color: #FE5C5A;
}
</style>