Shades of Bittersweet #FF7A5C
Tints of Bittersweet #FF7A5C
RGB
CMYK
RGB Variations
Color information
#FF7A5C (or 0xFF7A5C) is known color: Bittersweet. HEX triplet: FF, 7A and 5C. RGB value is (255,122,92). Sum of RGB (Red+Green+Blue) = 255+122+92=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A5C is #0085A3. Grayscale: #9E9E9E. Windows color (decimal): -34212 or 6060799. OLE color: 6060799.
HSL color Cylindrical-coordinate representation of color #FF7A5C: hue angle of 11.04º 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 #FF7A5C is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 92 | - |
| CMYK | 0 | 0.52 | 0.64 | 0 |
| HSL | 11.04º | 1% | 0.68% | - |
| HSV(B) | 11.04º | 0.64% | 1% | - |
| XYZ | 50.13 | 35.95 | 14.42 | - |
| YUV | 158.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 92 | 0 | 0.52 | 0.64 | 0 | 11.04 | 1 | 0.68 |
| Hex | FF | 7A | 5C | 0 | 34 | 40 | 0 | B | 64 | 44 |
| Octal | 377 | 172 | 134 | 0 | 64 | 100 | 0 | 13 | 144 | 104 |
| Binary | 11111111 | 1111010 | 1011100 | 0 | 110100 | 1000000 | 0 | 1011 | 1100100 | 1000100 |
Color Harmonies of #FF7A5C
Complementary color
Monochromatic Colors of #FF7A5C
Black with #FF7A5C
Text Example
Text Example
White with #FF7A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A5C; }
p { color: rgb(255,122,92); }
H1.HeaderClassName
{
color: #FF7A5C;
}
.AnyTagClassName
{
color: #FF7A5C;
}
</style>
background-color css
<style>
a { background-color: #FF7A5C; }
a { background-color: rgb(255,122,92); }
div.DivClassName
{
background-color: #FF7A5C;
}
.BgClassName
{
background-color: #FF7A5C;
}
</style>
border-color css
<style>
span { border-color: #FF7A5C; }
span { border-color: rgb(255,122,92); }
td.TdClassName
{
border-color: #FF7A5C;
}
.TagClassName
{
border-color: #FF7A5C;
}
</style>