Shades of Bittersweet #FE7A62
Tints of Bittersweet #FE7A62
RGB
CMYK
RGB Variations
Color information
#FE7A62 (or 0xFE7A62) is known color: Bittersweet. HEX triplet: FE, 7A and 62. RGB value is (254,122,98). Sum of RGB (Red+Green+Blue) = 254+122+98=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A62 is #01859D. Grayscale: #9E9E9E. Windows color (decimal): -99742 or 6454014. OLE color: 6454014.
HSL color Cylindrical-coordinate representation of color #FE7A62: hue angle of 9.23º 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 #FE7A62 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 98 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.00 |
| HSL | 9.23º | 0.99% | 0.69% | - |
| HSV(B) | 9.23º | 0.61% | 1% | - |
| XYZ | 50.04 | 35.87 | 15.84 | - |
| YUV | 158.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 98 | 0 | 0.52 | 0.61 | 0.00 | 9.23 | 0.99 | 0.69 |
| Hex | FE | 7A | 62 | 0 | 34 | 3D | 0 | 9 | 63 | 45 |
| Octal | 376 | 172 | 142 | 0 | 64 | 75 | 0 | 11 | 143 | 105 |
| Binary | 11111110 | 1111010 | 1100010 | 0 | 110100 | 111101 | 0 | 1001 | 1100011 | 1000101 |
Color Harmonies of #FE7A62
Complementary color
Monochromatic Colors of #FE7A62
Black with #FE7A62
Text Example
Text Example
White with #FE7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A62; }
p { color: rgb(254,122,98); }
H1.HeaderClassName
{
color: #FE7A62;
}
.AnyTagClassName
{
color: #FE7A62;
}
</style>
background-color css
<style>
a { background-color: #FE7A62; }
a { background-color: rgb(254,122,98); }
div.DivClassName
{
background-color: #FE7A62;
}
.BgClassName
{
background-color: #FE7A62;
}
</style>
border-color css
<style>
span { border-color: #FE7A62; }
span { border-color: rgb(254,122,98); }
td.TdClassName
{
border-color: #FE7A62;
}
.TagClassName
{
border-color: #FE7A62;
}
</style>