Shades of Bittersweet #FF6356
Tints of Bittersweet #FF6356
RGB
CMYK
RGB Variations
Color information
#FF6356 (or 0xFF6356) is known color: Bittersweet. HEX triplet: FF, 63 and 56. RGB value is (255,99,86). Sum of RGB (Red+Green+Blue) = 255+99+86=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6356 is #009CA9. Grayscale: #909090. Windows color (decimal): -40106 or 5661695. OLE color: 5661695.
HSL color Cylindrical-coordinate representation of color #FF6356: hue angle of 4.62º 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 #FF6356 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 86 | - |
| CMYK | 0 | 0.61 | 0.66 | 0 |
| HSL | 4.62º | 1% | 0.67% | - |
| HSV(B) | 4.62º | 0.66% | 1% | - |
| XYZ | 47.38 | 30.86 | 12.26 | - |
| YUV | 144.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 86 | 0 | 0.61 | 0.66 | 0 | 4.62 | 1 | 0.67 |
| Hex | FF | 63 | 56 | 0 | 3D | 42 | 0 | 5 | 64 | 43 |
| Octal | 377 | 143 | 126 | 0 | 75 | 102 | 0 | 5 | 144 | 103 |
| Binary | 11111111 | 1100011 | 1010110 | 0 | 111101 | 1000010 | 0 | 101 | 1100100 | 1000011 |
Color Harmonies of #FF6356
Complementary color
Monochromatic Colors of #FF6356
Black with #FF6356
Text Example
Text Example
White with #FF6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6356; }
p { color: rgb(255,99,86); }
H1.HeaderClassName
{
color: #FF6356;
}
.AnyTagClassName
{
color: #FF6356;
}
</style>
background-color css
<style>
a { background-color: #FF6356; }
a { background-color: rgb(255,99,86); }
div.DivClassName
{
background-color: #FF6356;
}
.BgClassName
{
background-color: #FF6356;
}
</style>
border-color css
<style>
span { border-color: #FF6356; }
span { border-color: rgb(255,99,86); }
td.TdClassName
{
border-color: #FF6356;
}
.TagClassName
{
border-color: #FF6356;
}
</style>