Shades of Bittersweet #FF7C61
Tints of Bittersweet #FF7C61
RGB
CMYK
RGB Variations
Color information
#FF7C61 (or 0xFF7C61) is known color: Bittersweet. HEX triplet: FF, 7C and 61. RGB value is (255,124,97). Sum of RGB (Red+Green+Blue) = 255+124+97=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C61 is #00839E. Grayscale: #A0A0A0. Windows color (decimal): -33695 or 6388991. OLE color: 6388991.
HSL color Cylindrical-coordinate representation of color #FF7C61: hue angle of 10.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7C61 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 97 | - |
| CMYK | 0 | 0.51 | 0.62 | 0 |
| HSL | 10.25º | 1% | 0.69% | - |
| HSV(B) | 10.25º | 0.62% | 1% | - |
| XYZ | 50.61 | 36.54 | 15.69 | - |
| YUV | 160.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 97 | 0 | 0.51 | 0.62 | 0 | 10.25 | 1 | 0.69 |
| Hex | FF | 7C | 61 | 0 | 33 | 3E | 0 | A | 64 | 45 |
| Octal | 377 | 174 | 141 | 0 | 63 | 76 | 0 | 12 | 144 | 105 |
| Binary | 11111111 | 1111100 | 1100001 | 0 | 110011 | 111110 | 0 | 1010 | 1100100 | 1000101 |
Color Harmonies of #FF7C61
Complementary color
Monochromatic Colors of #FF7C61
Black with #FF7C61
Text Example
Text Example
White with #FF7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C61; }
p { color: rgb(255,124,97); }
H1.HeaderClassName
{
color: #FF7C61;
}
.AnyTagClassName
{
color: #FF7C61;
}
</style>
background-color css
<style>
a { background-color: #FF7C61; }
a { background-color: rgb(255,124,97); }
div.DivClassName
{
background-color: #FF7C61;
}
.BgClassName
{
background-color: #FF7C61;
}
</style>
border-color css
<style>
span { border-color: #FF7C61; }
span { border-color: rgb(255,124,97); }
td.TdClassName
{
border-color: #FF7C61;
}
.TagClassName
{
border-color: #FF7C61;
}
</style>