Shades of Bittersweet #FE645E
Tints of Bittersweet #FE645E
RGB
CMYK
RGB Variations
Color information
#FE645E (or 0xFE645E) is known color: Bittersweet. HEX triplet: FE, 64 and 5E. RGB value is (254,100,94). Sum of RGB (Red+Green+Blue) = 254+100+94=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE645E is #019BA1. Grayscale: #919191. Windows color (decimal): -105378 or 6186238. OLE color: 6186238.
HSL color Cylindrical-coordinate representation of color #FE645E: hue angle of 2.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE645E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 94 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.00 |
| HSL | 2.25º | 0.99% | 0.68% | - |
| HSV(B) | 2.25º | 0.63% | 1% | - |
| XYZ | 47.45 | 30.99 | 14.07 | - |
| YUV | 145.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 94 | 0 | 0.61 | 0.63 | 0.00 | 2.25 | 0.99 | 0.68 |
| Hex | FE | 64 | 5E | 0 | 3D | 3F | 0 | 2 | 63 | 44 |
| Octal | 376 | 144 | 136 | 0 | 75 | 77 | 0 | 2 | 143 | 104 |
| Binary | 11111110 | 1100100 | 1011110 | 0 | 111101 | 111111 | 0 | 10 | 1100011 | 1000100 |
Color Harmonies of #FE645E
Complementary color
Monochromatic Colors of #FE645E
Black with #FE645E
Text Example
Text Example
White with #FE645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE645E; }
p { color: rgb(254,100,94); }
H1.HeaderClassName
{
color: #FE645E;
}
.AnyTagClassName
{
color: #FE645E;
}
</style>
background-color css
<style>
a { background-color: #FE645E; }
a { background-color: rgb(254,100,94); }
div.DivClassName
{
background-color: #FE645E;
}
.BgClassName
{
background-color: #FE645E;
}
</style>
border-color css
<style>
span { border-color: #FE645E; }
span { border-color: rgb(254,100,94); }
td.TdClassName
{
border-color: #FE645E;
}
.TagClassName
{
border-color: #FE645E;
}
</style>