Shades of Bittersweet #FF6256
Tints of Bittersweet #FF6256
RGB
CMYK
RGB Variations
Color information
#FF6256 (or 0xFF6256) is known color: Bittersweet. HEX triplet: FF, 62 and 56. RGB value is (255,98,86). Sum of RGB (Red+Green+Blue) = 255+98+86=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6256 is #009DA9. Grayscale: #8F8F8F. Windows color (decimal): -40362 or 5661439. OLE color: 5661439.
HSL color Cylindrical-coordinate representation of color #FF6256: hue angle of 4.26º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF6256 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 86 | - |
| CMYK | 0 | 0.62 | 0.66 | 0 |
| HSL | 4.26º | 1% | 0.67% | - |
| HSV(B) | 4.26º | 0.66% | 1% | - |
| XYZ | 47.29 | 30.67 | 12.23 | - |
| YUV | 143.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 86 | 0 | 0.62 | 0.66 | 0 | 4.26 | 1 | 0.67 |
| Hex | FF | 62 | 56 | 0 | 3E | 42 | 0 | 4 | 64 | 43 |
| Octal | 377 | 142 | 126 | 0 | 76 | 102 | 0 | 4 | 144 | 103 |
| Binary | 11111111 | 1100010 | 1010110 | 0 | 111110 | 1000010 | 0 | 100 | 1100100 | 1000011 |
Color Harmonies of #FF6256
Complementary color
Monochromatic Colors of #FF6256
Black with #FF6256
Text Example
Text Example
White with #FF6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6256; }
p { color: rgb(255,98,86); }
H1.HeaderClassName
{
color: #FF6256;
}
.AnyTagClassName
{
color: #FF6256;
}
</style>
background-color css
<style>
a { background-color: #FF6256; }
a { background-color: rgb(255,98,86); }
div.DivClassName
{
background-color: #FF6256;
}
.BgClassName
{
background-color: #FF6256;
}
</style>
border-color css
<style>
span { border-color: #FF6256; }
span { border-color: rgb(255,98,86); }
td.TdClassName
{
border-color: #FF6256;
}
.TagClassName
{
border-color: #FF6256;
}
</style>