Shades of Bittersweet #FB725E
Tints of Bittersweet #FB725E
RGB
CMYK
RGB Variations
Color information
#FB725E (or 0xFB725E) is known color: Bittersweet. HEX triplet: FB, 72 and 5E. RGB value is (251,114,94). Sum of RGB (Red+Green+Blue) = 251+114+94=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB725E is #048DA1. Grayscale: #989898. Windows color (decimal): -298402 or 6189819. OLE color: 6189819.
HSL color Cylindrical-coordinate representation of color #FB725E: hue angle of 7.64º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB725E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 94 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.02 |
| HSL | 7.64º | 0.95% | 0.68% | - |
| HSV(B) | 7.64º | 0.63% | 0.98% | - |
| XYZ | 47.82 | 33.35 | 14.51 | - |
| YUV | 152.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 94 | 0 | 0.55 | 0.63 | 0.02 | 7.64 | 0.95 | 0.68 |
| Hex | FB | 72 | 5E | 0 | 37 | 3F | 2 | 8 | 5F | 44 |
| Octal | 373 | 162 | 136 | 0 | 67 | 77 | 2 | 10 | 137 | 104 |
| Binary | 11111011 | 1110010 | 1011110 | 0 | 110111 | 111111 | 10 | 1000 | 1011111 | 1000100 |
Color Harmonies of #FB725E
Complementary color
Monochromatic Colors of #FB725E
Black with #FB725E
Text Example
Text Example
White with #FB725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB725E; }
p { color: rgb(251,114,94); }
H1.HeaderClassName
{
color: #FB725E;
}
.AnyTagClassName
{
color: #FB725E;
}
</style>
background-color css
<style>
a { background-color: #FB725E; }
a { background-color: rgb(251,114,94); }
div.DivClassName
{
background-color: #FB725E;
}
.BgClassName
{
background-color: #FB725E;
}
</style>
border-color css
<style>
span { border-color: #FB725E; }
span { border-color: rgb(251,114,94); }
td.TdClassName
{
border-color: #FB725E;
}
.TagClassName
{
border-color: #FB725E;
}
</style>