Shades of Bittersweet #FB715A
Tints of Bittersweet #FB715A
RGB
CMYK
RGB Variations
Color information
#FB715A (or 0xFB715A) is known color: Bittersweet. HEX triplet: FB, 71 and 5A. RGB value is (251,113,90). Sum of RGB (Red+Green+Blue) = 251+113+90=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB715A is #048EA5. Grayscale: #979797. Windows color (decimal): -298662 or 5927419. OLE color: 5927419.
HSL color Cylindrical-coordinate representation of color #FB715A: hue angle of 8.57º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB715A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 90 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.02 |
| HSL | 8.57º | 0.95% | 0.67% | - |
| HSV(B) | 8.57º | 0.64% | 0.98% | - |
| XYZ | 47.53 | 33.06 | 13.55 | - |
| YUV | 151.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 90 | 0 | 0.55 | 0.64 | 0.02 | 8.57 | 0.95 | 0.67 |
| Hex | FB | 71 | 5A | 0 | 37 | 40 | 2 | 9 | 5F | 43 |
| Octal | 373 | 161 | 132 | 0 | 67 | 100 | 2 | 11 | 137 | 103 |
| Binary | 11111011 | 1110001 | 1011010 | 0 | 110111 | 1000000 | 10 | 1001 | 1011111 | 1000011 |
Color Harmonies of #FB715A
Complementary color
Monochromatic Colors of #FB715A
Black with #FB715A
Text Example
Text Example
White with #FB715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB715A; }
p { color: rgb(251,113,90); }
H1.HeaderClassName
{
color: #FB715A;
}
.AnyTagClassName
{
color: #FB715A;
}
</style>
background-color css
<style>
a { background-color: #FB715A; }
a { background-color: rgb(251,113,90); }
div.DivClassName
{
background-color: #FB715A;
}
.BgClassName
{
background-color: #FB715A;
}
</style>
border-color css
<style>
span { border-color: #FB715A; }
span { border-color: rgb(251,113,90); }
td.TdClassName
{
border-color: #FB715A;
}
.TagClassName
{
border-color: #FB715A;
}
</style>