Shades of Bittersweet #FF7354
Tints of Bittersweet #FF7354
RGB
CMYK
RGB Variations
Color information
#FF7354 (or 0xFF7354) is known color: Bittersweet. HEX triplet: FF, 73 and 54. RGB value is (255,115,84). Sum of RGB (Red+Green+Blue) = 255+115+84=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7354 is #008CAB. Grayscale: #999999. Windows color (decimal): -36012 or 5534719. OLE color: 5534719.
HSL color Cylindrical-coordinate representation of color #FF7354: hue angle of 10.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7354 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 84 | - |
| CMYK | 0 | 0.55 | 0.67 | 0 |
| HSL | 10.88º | 1% | 0.66% | - |
| HSV(B) | 10.88º | 0.67% | 1% | - |
| XYZ | 48.97 | 34.16 | 12.4 | - |
| YUV | 153.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 84 | 0 | 0.55 | 0.67 | 0 | 10.88 | 1 | 0.66 |
| Hex | FF | 73 | 54 | 0 | 37 | 43 | 0 | B | 64 | 42 |
| Octal | 377 | 163 | 124 | 0 | 67 | 103 | 0 | 13 | 144 | 102 |
| Binary | 11111111 | 1110011 | 1010100 | 0 | 110111 | 1000011 | 0 | 1011 | 1100100 | 1000010 |
Color Harmonies of #FF7354
Complementary color
Monochromatic Colors of #FF7354
Black with #FF7354
Text Example
Text Example
White with #FF7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7354; }
p { color: rgb(255,115,84); }
H1.HeaderClassName
{
color: #FF7354;
}
.AnyTagClassName
{
color: #FF7354;
}
</style>
background-color css
<style>
a { background-color: #FF7354; }
a { background-color: rgb(255,115,84); }
div.DivClassName
{
background-color: #FF7354;
}
.BgClassName
{
background-color: #FF7354;
}
</style>
border-color css
<style>
span { border-color: #FF7354; }
span { border-color: rgb(255,115,84); }
td.TdClassName
{
border-color: #FF7354;
}
.TagClassName
{
border-color: #FF7354;
}
</style>