Shades of Bittersweet #FB725D
Tints of Bittersweet #FB725D
RGB
CMYK
RGB Variations
Color information
#FB725D (or 0xFB725D) is known color: Bittersweet. HEX triplet: FB, 72 and 5D. RGB value is (251,114,93). Sum of RGB (Red+Green+Blue) = 251+114+93=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB725D is #048DA2. Grayscale: #989898. Windows color (decimal): -298403 or 6124283. OLE color: 6124283.
HSL color Cylindrical-coordinate representation of color #FB725D: hue angle of 7.97º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB725D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 93 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.02 |
| HSL | 7.97º | 0.95% | 0.67% | - |
| HSV(B) | 7.97º | 0.63% | 0.98% | - |
| XYZ | 47.78 | 33.33 | 14.27 | - |
| YUV | 152.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 93 | 0 | 0.55 | 0.63 | 0.02 | 7.97 | 0.95 | 0.67 |
| Hex | FB | 72 | 5D | 0 | 37 | 3F | 2 | 8 | 5F | 43 |
| Octal | 373 | 162 | 135 | 0 | 67 | 77 | 2 | 10 | 137 | 103 |
| Binary | 11111011 | 1110010 | 1011101 | 0 | 110111 | 111111 | 10 | 1000 | 1011111 | 1000011 |
Color Harmonies of #FB725D
Complementary color
Monochromatic Colors of #FB725D
Black with #FB725D
Text Example
Text Example
White with #FB725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB725D; }
p { color: rgb(251,114,93); }
H1.HeaderClassName
{
color: #FB725D;
}
.AnyTagClassName
{
color: #FB725D;
}
</style>
background-color css
<style>
a { background-color: #FB725D; }
a { background-color: rgb(251,114,93); }
div.DivClassName
{
background-color: #FB725D;
}
.BgClassName
{
background-color: #FB725D;
}
</style>
border-color css
<style>
span { border-color: #FB725D; }
span { border-color: rgb(251,114,93); }
td.TdClassName
{
border-color: #FB725D;
}
.TagClassName
{
border-color: #FB725D;
}
</style>