Shades of Bittersweet #FB715D
Tints of Bittersweet #FB715D
RGB
CMYK
RGB Variations
Color information
#FB715D (or 0xFB715D) is known color: Bittersweet. HEX triplet: FB, 71 and 5D. RGB value is (251,113,93). Sum of RGB (Red+Green+Blue) = 251+113+93=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB715D is #048EA2. Grayscale: #989898. Windows color (decimal): -298659 or 6124027. OLE color: 6124027.
HSL color Cylindrical-coordinate representation of color #FB715D: hue angle of 7.59º 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 #FB715D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 93 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.02 |
| HSL | 7.59º | 0.95% | 0.67% | - |
| HSV(B) | 7.59º | 0.63% | 0.98% | - |
| XYZ | 47.66 | 33.11 | 14.23 | - |
| YUV | 151.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 93 | 0 | 0.55 | 0.63 | 0.02 | 7.59 | 0.95 | 0.67 |
| Hex | FB | 71 | 5D | 0 | 37 | 3F | 2 | 8 | 5F | 43 |
| Octal | 373 | 161 | 135 | 0 | 67 | 77 | 2 | 10 | 137 | 103 |
| Binary | 11111011 | 1110001 | 1011101 | 0 | 110111 | 111111 | 10 | 1000 | 1011111 | 1000011 |
Color Harmonies of #FB715D
Complementary color
Monochromatic Colors of #FB715D
Black with #FB715D
Text Example
Text Example
White with #FB715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB715D; }
p { color: rgb(251,113,93); }
H1.HeaderClassName
{
color: #FB715D;
}
.AnyTagClassName
{
color: #FB715D;
}
</style>
background-color css
<style>
a { background-color: #FB715D; }
a { background-color: rgb(251,113,93); }
div.DivClassName
{
background-color: #FB715D;
}
.BgClassName
{
background-color: #FB715D;
}
</style>
border-color css
<style>
span { border-color: #FB715D; }
span { border-color: rgb(251,113,93); }
td.TdClassName
{
border-color: #FB715D;
}
.TagClassName
{
border-color: #FB715D;
}
</style>