Shades of Bittersweet #FF7A5B
Tints of Bittersweet #FF7A5B
RGB
CMYK
RGB Variations
Color information
#FF7A5B (or 0xFF7A5B) is known color: Bittersweet. HEX triplet: FF, 7A and 5B. RGB value is (255,122,91). Sum of RGB (Red+Green+Blue) = 255+122+91=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A5B is #0085A4. Grayscale: #9E9E9E. Windows color (decimal): -34213 or 5995263. OLE color: 5995263.
HSL color Cylindrical-coordinate representation of color #FF7A5B: hue angle of 11.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF7A5B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 91 | - |
| CMYK | 0 | 0.52 | 0.64 | 0 |
| HSL | 11.34º | 1% | 0.68% | - |
| HSV(B) | 11.34º | 0.64% | 1% | - |
| XYZ | 50.09 | 35.93 | 14.19 | - |
| YUV | 158.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 91 | 0 | 0.52 | 0.64 | 0 | 11.34 | 1 | 0.68 |
| Hex | FF | 7A | 5B | 0 | 34 | 40 | 0 | B | 64 | 44 |
| Octal | 377 | 172 | 133 | 0 | 64 | 100 | 0 | 13 | 144 | 104 |
| Binary | 11111111 | 1111010 | 1011011 | 0 | 110100 | 1000000 | 0 | 1011 | 1100100 | 1000100 |
Color Harmonies of #FF7A5B
Complementary color
Monochromatic Colors of #FF7A5B
Black with #FF7A5B
Text Example
Text Example
White with #FF7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A5B; }
p { color: rgb(255,122,91); }
H1.HeaderClassName
{
color: #FF7A5B;
}
.AnyTagClassName
{
color: #FF7A5B;
}
</style>
background-color css
<style>
a { background-color: #FF7A5B; }
a { background-color: rgb(255,122,91); }
div.DivClassName
{
background-color: #FF7A5B;
}
.BgClassName
{
background-color: #FF7A5B;
}
</style>
border-color css
<style>
span { border-color: #FF7A5B; }
span { border-color: rgb(255,122,91); }
td.TdClassName
{
border-color: #FF7A5B;
}
.TagClassName
{
border-color: #FF7A5B;
}
</style>