Shades of Bittersweet #FF7B5F
Tints of Bittersweet #FF7B5F
RGB
CMYK
RGB Variations
Color information
#FF7B5F (or 0xFF7B5F) is known color: Bittersweet. HEX triplet: FF, 7B and 5F. RGB value is (255,123,95). Sum of RGB (Red+Green+Blue) = 255+123+95=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B5F is #0084A0. Grayscale: #9F9F9F. Windows color (decimal): -33953 or 6257663. OLE color: 6257663.
HSL color Cylindrical-coordinate representation of color #FF7B5F: hue angle of 10.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF7B5F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 95 | - |
| CMYK | 0 | 0.52 | 0.63 | 0 |
| HSL | 10.5º | 1% | 0.69% | - |
| HSV(B) | 10.5º | 0.63% | 1% | - |
| XYZ | 50.39 | 36.25 | 15.17 | - |
| YUV | 159.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 95 | 0 | 0.52 | 0.63 | 0 | 10.5 | 1 | 0.69 |
| Hex | FF | 7B | 5F | 0 | 34 | 3F | 0 | A | 64 | 45 |
| Octal | 377 | 173 | 137 | 0 | 64 | 77 | 0 | 12 | 144 | 105 |
| Binary | 11111111 | 1111011 | 1011111 | 0 | 110100 | 111111 | 0 | 1010 | 1100100 | 1000101 |
Color Harmonies of #FF7B5F
Complementary color
Monochromatic Colors of #FF7B5F
Black with #FF7B5F
Text Example
Text Example
White with #FF7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B5F; }
p { color: rgb(255,123,95); }
H1.HeaderClassName
{
color: #FF7B5F;
}
.AnyTagClassName
{
color: #FF7B5F;
}
</style>
background-color css
<style>
a { background-color: #FF7B5F; }
a { background-color: rgb(255,123,95); }
div.DivClassName
{
background-color: #FF7B5F;
}
.BgClassName
{
background-color: #FF7B5F;
}
</style>
border-color css
<style>
span { border-color: #FF7B5F; }
span { border-color: rgb(255,123,95); }
td.TdClassName
{
border-color: #FF7B5F;
}
.TagClassName
{
border-color: #FF7B5F;
}
</style>