Shades of Bittersweet #FE7052
Tints of Bittersweet #FE7052
RGB
CMYK
RGB Variations
Color information
#FE7052 (or 0xFE7052) is known color: Bittersweet. HEX triplet: FE, 70 and 52. RGB value is (254,112,82). Sum of RGB (Red+Green+Blue) = 254+112+82=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7052 is #018FAD. Grayscale: #979797. Windows color (decimal): -102318 or 5402878. OLE color: 5402878.
HSL color Cylindrical-coordinate representation of color #FE7052: hue angle of 10.47º 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 #FE7052 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 82 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.00 |
| HSL | 10.47º | 0.99% | 0.66% | - |
| HSV(B) | 10.47º | 0.68% | 1% | - |
| XYZ | 48.19 | 33.27 | 11.86 | - |
| YUV | 151.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 82 | 0 | 0.56 | 0.68 | 0.00 | 10.47 | 0.99 | 0.66 |
| Hex | FE | 70 | 52 | 0 | 38 | 44 | 0 | A | 63 | 42 |
| Octal | 376 | 160 | 122 | 0 | 70 | 104 | 0 | 12 | 143 | 102 |
| Binary | 11111110 | 1110000 | 1010010 | 0 | 111000 | 1000100 | 0 | 1010 | 1100011 | 1000010 |
Color Harmonies of #FE7052
Complementary color
Monochromatic Colors of #FE7052
Black with #FE7052
Text Example
Text Example
White with #FE7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7052; }
p { color: rgb(254,112,82); }
H1.HeaderClassName
{
color: #FE7052;
}
.AnyTagClassName
{
color: #FE7052;
}
</style>
background-color css
<style>
a { background-color: #FE7052; }
a { background-color: rgb(254,112,82); }
div.DivClassName
{
background-color: #FE7052;
}
.BgClassName
{
background-color: #FE7052;
}
</style>
border-color css
<style>
span { border-color: #FE7052; }
span { border-color: rgb(254,112,82); }
td.TdClassName
{
border-color: #FE7052;
}
.TagClassName
{
border-color: #FE7052;
}
</style>