Shades of Bittersweet #FD7051
Tints of Bittersweet #FD7051
RGB
CMYK
RGB Variations
Color information
#FD7051 (or 0xFD7051) is known color: Bittersweet. HEX triplet: FD, 70 and 51. RGB value is (253,112,81). Sum of RGB (Red+Green+Blue) = 253+112+81=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7051 is #028FAE. Grayscale: #969696. Windows color (decimal): -167855 or 5337341. OLE color: 5337341.
HSL color Cylindrical-coordinate representation of color #FD7051: hue angle of 10.81º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD7051 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 81 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.01 |
| HSL | 10.81º | 0.98% | 0.65% | - |
| HSV(B) | 10.81º | 0.68% | 0.99% | - |
| XYZ | 47.79 | 33.07 | 11.65 | - |
| YUV | 150.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 81 | 0 | 0.56 | 0.68 | 0.01 | 10.81 | 0.98 | 0.65 |
| Hex | FD | 70 | 51 | 0 | 38 | 44 | 1 | B | 62 | 41 |
| Octal | 375 | 160 | 121 | 0 | 70 | 104 | 1 | 13 | 142 | 101 |
| Binary | 11111101 | 1110000 | 1010001 | 0 | 111000 | 1000100 | 1 | 1011 | 1100010 | 1000001 |
Color Harmonies of #FD7051
Complementary color
Monochromatic Colors of #FD7051
Black with #FD7051
Text Example
Text Example
White with #FD7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7051; }
p { color: rgb(253,112,81); }
H1.HeaderClassName
{
color: #FD7051;
}
.AnyTagClassName
{
color: #FD7051;
}
</style>
background-color css
<style>
a { background-color: #FD7051; }
a { background-color: rgb(253,112,81); }
div.DivClassName
{
background-color: #FD7051;
}
.BgClassName
{
background-color: #FD7051;
}
</style>
border-color css
<style>
span { border-color: #FD7051; }
span { border-color: rgb(253,112,81); }
td.TdClassName
{
border-color: #FD7051;
}
.TagClassName
{
border-color: #FD7051;
}
</style>