Shades of Bittersweet #FF6C52
Tints of Bittersweet #FF6C52
RGB
CMYK
RGB Variations
Color information
#FF6C52 (or 0xFF6C52) is known color: Bittersweet. HEX triplet: FF, 6C and 52. RGB value is (255,108,82). Sum of RGB (Red+Green+Blue) = 255+108+82=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C52 is #0093AD. Grayscale: #959595. Windows color (decimal): -37806 or 5401855. OLE color: 5401855.
HSL color Cylindrical-coordinate representation of color #FF6C52: hue angle of 9.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF6C52 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 82 | - |
| CMYK | 0 | 0.58 | 0.68 | 0 |
| HSL | 9.02º | 1% | 0.66% | - |
| HSV(B) | 9.02º | 0.68% | 1% | - |
| XYZ | 48.13 | 32.59 | 11.74 | - |
| YUV | 148.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 82 | 0 | 0.58 | 0.68 | 0 | 9.02 | 1 | 0.66 |
| Hex | FF | 6C | 52 | 0 | 3A | 44 | 0 | 9 | 64 | 42 |
| Octal | 377 | 154 | 122 | 0 | 72 | 104 | 0 | 11 | 144 | 102 |
| Binary | 11111111 | 1101100 | 1010010 | 0 | 111010 | 1000100 | 0 | 1001 | 1100100 | 1000010 |
Color Harmonies of #FF6C52
Complementary color
Monochromatic Colors of #FF6C52
Black with #FF6C52
Text Example
Text Example
White with #FF6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C52; }
p { color: rgb(255,108,82); }
H1.HeaderClassName
{
color: #FF6C52;
}
.AnyTagClassName
{
color: #FF6C52;
}
</style>
background-color css
<style>
a { background-color: #FF6C52; }
a { background-color: rgb(255,108,82); }
div.DivClassName
{
background-color: #FF6C52;
}
.BgClassName
{
background-color: #FF6C52;
}
</style>
border-color css
<style>
span { border-color: #FF6C52; }
span { border-color: rgb(255,108,82); }
td.TdClassName
{
border-color: #FF6C52;
}
.TagClassName
{
border-color: #FF6C52;
}
</style>