Shades of Bittersweet #FE7462
Tints of Bittersweet #FE7462
RGB
CMYK
RGB Variations
Color information
#FE7462 (or 0xFE7462) is known color: Bittersweet. HEX triplet: FE, 74 and 62. RGB value is (254,116,98). Sum of RGB (Red+Green+Blue) = 254+116+98=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7462 is #018B9D. Grayscale: #9B9B9B. Windows color (decimal): -101278 or 6452478. OLE color: 6452478.
HSL color Cylindrical-coordinate representation of color #FE7462: hue angle of 6.92º 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 #FE7462 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 98 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.00 |
| HSL | 6.92º | 0.99% | 0.69% | - |
| HSV(B) | 6.92º | 0.61% | 1% | - |
| XYZ | 49.32 | 34.44 | 15.6 | - |
| YUV | 155.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 98 | 0 | 0.54 | 0.61 | 0.00 | 6.92 | 0.99 | 0.69 |
| Hex | FE | 74 | 62 | 0 | 36 | 3D | 0 | 7 | 63 | 45 |
| Octal | 376 | 164 | 142 | 0 | 66 | 75 | 0 | 7 | 143 | 105 |
| Binary | 11111110 | 1110100 | 1100010 | 0 | 110110 | 111101 | 0 | 111 | 1100011 | 1000101 |
Color Harmonies of #FE7462
Complementary color
Monochromatic Colors of #FE7462
Black with #FE7462
Text Example
Text Example
White with #FE7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7462; }
p { color: rgb(254,116,98); }
H1.HeaderClassName
{
color: #FE7462;
}
.AnyTagClassName
{
color: #FE7462;
}
</style>
background-color css
<style>
a { background-color: #FE7462; }
a { background-color: rgb(254,116,98); }
div.DivClassName
{
background-color: #FE7462;
}
.BgClassName
{
background-color: #FE7462;
}
</style>
border-color css
<style>
span { border-color: #FE7462; }
span { border-color: rgb(254,116,98); }
td.TdClassName
{
border-color: #FE7462;
}
.TagClassName
{
border-color: #FE7462;
}
</style>