Shades of Bittersweet #FE7253
Tints of Bittersweet #FE7253
RGB
CMYK
RGB Variations
Color information
#FE7253 (or 0xFE7253) is known color: Bittersweet. HEX triplet: FE, 72 and 53. RGB value is (254,114,83). Sum of RGB (Red+Green+Blue) = 254+114+83=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7253 is #018DAC. Grayscale: #989898. Windows color (decimal): -101805 or 5468926. OLE color: 5468926.
HSL color Cylindrical-coordinate representation of color #FE7253: hue angle of 10.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE7253 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 83 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.00 |
| HSL | 10.88º | 0.99% | 0.66% | - |
| HSV(B) | 10.88º | 0.67% | 1% | - |
| XYZ | 48.45 | 33.73 | 12.14 | - |
| YUV | 152.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 83 | 0 | 0.55 | 0.67 | 0.00 | 10.88 | 0.99 | 0.66 |
| Hex | FE | 72 | 53 | 0 | 37 | 43 | 0 | B | 63 | 42 |
| Octal | 376 | 162 | 123 | 0 | 67 | 103 | 0 | 13 | 143 | 102 |
| Binary | 11111110 | 1110010 | 1010011 | 0 | 110111 | 1000011 | 0 | 1011 | 1100011 | 1000010 |
Color Harmonies of #FE7253
Complementary color
Monochromatic Colors of #FE7253
Black with #FE7253
Text Example
Text Example
White with #FE7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7253; }
p { color: rgb(254,114,83); }
H1.HeaderClassName
{
color: #FE7253;
}
.AnyTagClassName
{
color: #FE7253;
}
</style>
background-color css
<style>
a { background-color: #FE7253; }
a { background-color: rgb(254,114,83); }
div.DivClassName
{
background-color: #FE7253;
}
.BgClassName
{
background-color: #FE7253;
}
</style>
border-color css
<style>
span { border-color: #FE7253; }
span { border-color: rgb(254,114,83); }
td.TdClassName
{
border-color: #FE7253;
}
.TagClassName
{
border-color: #FE7253;
}
</style>