Shades of Bittersweet #FE7051
Tints of Bittersweet #FE7051
RGB
CMYK
RGB Variations
Color information
#FE7051 (or 0xFE7051) is known color: Bittersweet. HEX triplet: FE, 70 and 51. RGB value is (254,112,81). Sum of RGB (Red+Green+Blue) = 254+112+81=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7051 is #018FAE. Grayscale: #979797. Windows color (decimal): -102319 or 5337342. OLE color: 5337342.
HSL color Cylindrical-coordinate representation of color #FE7051: hue angle of 10.75º 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 #FE7051 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 81 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.00 |
| HSL | 10.75º | 0.99% | 0.66% | - |
| HSV(B) | 10.75º | 0.68% | 1% | - |
| XYZ | 48.15 | 33.25 | 11.67 | - |
| YUV | 150.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 81 | 0 | 0.56 | 0.68 | 0.00 | 10.75 | 0.99 | 0.66 |
| Hex | FE | 70 | 51 | 0 | 38 | 44 | 0 | B | 63 | 42 |
| Octal | 376 | 160 | 121 | 0 | 70 | 104 | 0 | 13 | 143 | 102 |
| Binary | 11111110 | 1110000 | 1010001 | 0 | 111000 | 1000100 | 0 | 1011 | 1100011 | 1000010 |
Color Harmonies of #FE7051
Complementary color
Monochromatic Colors of #FE7051
Black with #FE7051
Text Example
Text Example
White with #FE7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7051; }
p { color: rgb(254,112,81); }
H1.HeaderClassName
{
color: #FE7051;
}
.AnyTagClassName
{
color: #FE7051;
}
</style>
background-color css
<style>
a { background-color: #FE7051; }
a { background-color: rgb(254,112,81); }
div.DivClassName
{
background-color: #FE7051;
}
.BgClassName
{
background-color: #FE7051;
}
</style>
border-color css
<style>
span { border-color: #FE7051; }
span { border-color: rgb(254,112,81); }
td.TdClassName
{
border-color: #FE7051;
}
.TagClassName
{
border-color: #FE7051;
}
</style>