Shades of Bittersweet #FE7152
Tints of Bittersweet #FE7152
RGB
CMYK
RGB Variations
Color information
#FE7152 (or 0xFE7152) is known color: Bittersweet. HEX triplet: FE, 71 and 52. RGB value is (254,113,82). Sum of RGB (Red+Green+Blue) = 254+113+82=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7152 is #018EAD. Grayscale: #979797. Windows color (decimal): -102062 or 5403134. OLE color: 5403134.
HSL color Cylindrical-coordinate representation of color #FE7152: hue angle of 10.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE7152 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 82 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.00 |
| HSL | 10.81º | 0.99% | 0.66% | - |
| HSV(B) | 10.81º | 0.68% | 1% | - |
| XYZ | 48.3 | 33.49 | 11.9 | - |
| YUV | 151.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 82 | 0 | 0.56 | 0.68 | 0.00 | 10.81 | 0.99 | 0.66 |
| Hex | FE | 71 | 52 | 0 | 38 | 44 | 0 | B | 63 | 42 |
| Octal | 376 | 161 | 122 | 0 | 70 | 104 | 0 | 13 | 143 | 102 |
| Binary | 11111110 | 1110001 | 1010010 | 0 | 111000 | 1000100 | 0 | 1011 | 1100011 | 1000010 |
Color Harmonies of #FE7152
Complementary color
Monochromatic Colors of #FE7152
Black with #FE7152
Text Example
Text Example
White with #FE7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7152; }
p { color: rgb(254,113,82); }
H1.HeaderClassName
{
color: #FE7152;
}
.AnyTagClassName
{
color: #FE7152;
}
</style>
background-color css
<style>
a { background-color: #FE7152; }
a { background-color: rgb(254,113,82); }
div.DivClassName
{
background-color: #FE7152;
}
.BgClassName
{
background-color: #FE7152;
}
</style>
border-color css
<style>
span { border-color: #FE7152; }
span { border-color: rgb(254,113,82); }
td.TdClassName
{
border-color: #FE7152;
}
.TagClassName
{
border-color: #FE7152;
}
</style>