Shades of Bittersweet #FE6356
Tints of Bittersweet #FE6356
RGB
CMYK
RGB Variations
Color information
#FE6356 (or 0xFE6356) is known color: Bittersweet. HEX triplet: FE, 63 and 56. RGB value is (254,99,86). Sum of RGB (Red+Green+Blue) = 254+99+86=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6356 is #019CA9. Grayscale: #909090. Windows color (decimal): -105642 or 5661694. OLE color: 5661694.
HSL color Cylindrical-coordinate representation of color #FE6356: hue angle of 4.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE6356 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 86 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.00 |
| HSL | 4.64º | 0.99% | 0.67% | - |
| HSV(B) | 4.64º | 0.66% | 1% | - |
| XYZ | 47.01 | 30.67 | 12.25 | - |
| YUV | 143.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 86 | 0 | 0.61 | 0.66 | 0.00 | 4.64 | 0.99 | 0.67 |
| Hex | FE | 63 | 56 | 0 | 3D | 42 | 0 | 5 | 63 | 43 |
| Octal | 376 | 143 | 126 | 0 | 75 | 102 | 0 | 5 | 143 | 103 |
| Binary | 11111110 | 1100011 | 1010110 | 0 | 111101 | 1000010 | 0 | 101 | 1100011 | 1000011 |
Color Harmonies of #FE6356
Complementary color
Monochromatic Colors of #FE6356
Black with #FE6356
Text Example
Text Example
White with #FE6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6356; }
p { color: rgb(254,99,86); }
H1.HeaderClassName
{
color: #FE6356;
}
.AnyTagClassName
{
color: #FE6356;
}
</style>
background-color css
<style>
a { background-color: #FE6356; }
a { background-color: rgb(254,99,86); }
div.DivClassName
{
background-color: #FE6356;
}
.BgClassName
{
background-color: #FE6356;
}
</style>
border-color css
<style>
span { border-color: #FE6356; }
span { border-color: rgb(254,99,86); }
td.TdClassName
{
border-color: #FE6356;
}
.TagClassName
{
border-color: #FE6356;
}
</style>