Shades of Bittersweet #FE7254
Tints of Bittersweet #FE7254
RGB
CMYK
RGB Variations
Color information
#FE7254 (or 0xFE7254) is known color: Bittersweet. HEX triplet: FE, 72 and 54. RGB value is (254,114,84). Sum of RGB (Red+Green+Blue) = 254+114+84=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7254 is #018DAB. Grayscale: #989898. Windows color (decimal): -101804 or 5534462. OLE color: 5534462.
HSL color Cylindrical-coordinate representation of color #FE7254: hue angle of 10.59º 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 #FE7254 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 84 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.00 |
| HSL | 10.59º | 0.99% | 0.66% | - |
| HSV(B) | 10.59º | 0.67% | 1% | - |
| XYZ | 48.49 | 33.75 | 12.35 | - |
| YUV | 152.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 84 | 0 | 0.55 | 0.67 | 0.00 | 10.59 | 0.99 | 0.66 |
| Hex | FE | 72 | 54 | 0 | 37 | 43 | 0 | B | 63 | 42 |
| Octal | 376 | 162 | 124 | 0 | 67 | 103 | 0 | 13 | 143 | 102 |
| Binary | 11111110 | 1110010 | 1010100 | 0 | 110111 | 1000011 | 0 | 1011 | 1100011 | 1000010 |
Color Harmonies of #FE7254
Complementary color
Monochromatic Colors of #FE7254
Black with #FE7254
Text Example
Text Example
White with #FE7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7254; }
p { color: rgb(254,114,84); }
H1.HeaderClassName
{
color: #FE7254;
}
.AnyTagClassName
{
color: #FE7254;
}
</style>
background-color css
<style>
a { background-color: #FE7254; }
a { background-color: rgb(254,114,84); }
div.DivClassName
{
background-color: #FE7254;
}
.BgClassName
{
background-color: #FE7254;
}
</style>
border-color css
<style>
span { border-color: #FE7254; }
span { border-color: rgb(254,114,84); }
td.TdClassName
{
border-color: #FE7254;
}
.TagClassName
{
border-color: #FE7254;
}
</style>