Shades of Bittersweet #FE6562
Tints of Bittersweet #FE6562
RGB
CMYK
RGB Variations
Color information
#FE6562 (or 0xFE6562) is known color: Bittersweet. HEX triplet: FE, 65 and 62. RGB value is (254,101,98). Sum of RGB (Red+Green+Blue) = 254+101+98=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6562 is #019A9D. Grayscale: #929292. Windows color (decimal): -105118 or 6448638. OLE color: 6448638.
HSL color Cylindrical-coordinate representation of color #FE6562: hue angle of 1.15º 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 #FE6562 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 98 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.00 |
| HSL | 1.15º | 0.99% | 0.69% | - |
| HSV(B) | 1.15º | 0.61% | 1% | - |
| XYZ | 47.73 | 31.26 | 15.07 | - |
| YUV | 146.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 98 | 0 | 0.60 | 0.61 | 0.00 | 1.15 | 0.99 | 0.69 |
| Hex | FE | 65 | 62 | 0 | 3C | 3D | 0 | 1 | 63 | 45 |
| Octal | 376 | 145 | 142 | 0 | 74 | 75 | 0 | 1 | 143 | 105 |
| Binary | 11111110 | 1100101 | 1100010 | 0 | 111100 | 111101 | 0 | 1 | 1100011 | 1000101 |
Color Harmonies of #FE6562
Complementary color
Monochromatic Colors of #FE6562
Black with #FE6562
Text Example
Text Example
White with #FE6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6562; }
p { color: rgb(254,101,98); }
H1.HeaderClassName
{
color: #FE6562;
}
.AnyTagClassName
{
color: #FE6562;
}
</style>
background-color css
<style>
a { background-color: #FE6562; }
a { background-color: rgb(254,101,98); }
div.DivClassName
{
background-color: #FE6562;
}
.BgClassName
{
background-color: #FE6562;
}
</style>
border-color css
<style>
span { border-color: #FE6562; }
span { border-color: rgb(254,101,98); }
td.TdClassName
{
border-color: #FE6562;
}
.TagClassName
{
border-color: #FE6562;
}
</style>