Shades of Bittersweet #FF6B52
Tints of Bittersweet #FF6B52
RGB
CMYK
RGB Variations
Color information
#FF6B52 (or 0xFF6B52) is known color: Bittersweet. HEX triplet: FF, 6B and 52. RGB value is (255,107,82). Sum of RGB (Red+Green+Blue) = 255+107+82=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B52 is #0094AD. Grayscale: #949494. Windows color (decimal): -38062 or 5401599. OLE color: 5401599.
HSL color Cylindrical-coordinate representation of color #FF6B52: hue angle of 8.67º 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 #FF6B52 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 82 | - |
| CMYK | 0 | 0.58 | 0.68 | 0 |
| HSL | 8.67º | 1% | 0.66% | - |
| HSV(B) | 8.67º | 0.68% | 1% | - |
| XYZ | 48.02 | 32.38 | 11.7 | - |
| YUV | 148.4 | 90.53 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 82 | 0 | 0.58 | 0.68 | 0 | 8.67 | 1 | 0.66 |
| Hex | FF | 6B | 52 | 0 | 3A | 44 | 0 | 9 | 64 | 42 |
| Octal | 377 | 153 | 122 | 0 | 72 | 104 | 0 | 11 | 144 | 102 |
| Binary | 11111111 | 1101011 | 1010010 | 0 | 111010 | 1000100 | 0 | 1001 | 1100100 | 1000010 |
Color Harmonies of #FF6B52
Complementary color
Monochromatic Colors of #FF6B52
Black with #FF6B52
Text Example
Text Example
White with #FF6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B52; }
p { color: rgb(255,107,82); }
H1.HeaderClassName
{
color: #FF6B52;
}
.AnyTagClassName
{
color: #FF6B52;
}
</style>
background-color css
<style>
a { background-color: #FF6B52; }
a { background-color: rgb(255,107,82); }
div.DivClassName
{
background-color: #FF6B52;
}
.BgClassName
{
background-color: #FF6B52;
}
</style>
border-color css
<style>
span { border-color: #FF6B52; }
span { border-color: rgb(255,107,82); }
td.TdClassName
{
border-color: #FF6B52;
}
.TagClassName
{
border-color: #FF6B52;
}
</style>