Shades of Bittersweet #FE645C
Tints of Bittersweet #FE645C
RGB
CMYK
RGB Variations
Color information
#FE645C (or 0xFE645C) is known color: Bittersweet. HEX triplet: FE, 64 and 5C. RGB value is (254,100,92). Sum of RGB (Red+Green+Blue) = 254+100+92=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE645C is #019BA3. Grayscale: #919191. Windows color (decimal): -105380 or 6055166. OLE color: 6055166.
HSL color Cylindrical-coordinate representation of color #FE645C: hue angle of 2.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE645C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 92 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.00 |
| HSL | 2.96º | 0.99% | 0.68% | - |
| HSV(B) | 2.96º | 0.64% | 1% | - |
| XYZ | 47.36 | 30.96 | 13.6 | - |
| YUV | 145.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 92 | 0 | 0.61 | 0.64 | 0.00 | 2.96 | 0.99 | 0.68 |
| Hex | FE | 64 | 5C | 0 | 3D | 40 | 0 | 3 | 63 | 44 |
| Octal | 376 | 144 | 134 | 0 | 75 | 100 | 0 | 3 | 143 | 104 |
| Binary | 11111110 | 1100100 | 1011100 | 0 | 111101 | 1000000 | 0 | 11 | 1100011 | 1000100 |
Color Harmonies of #FE645C
Complementary color
Monochromatic Colors of #FE645C
Black with #FE645C
Text Example
Text Example
White with #FE645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE645C; }
p { color: rgb(254,100,92); }
H1.HeaderClassName
{
color: #FE645C;
}
.AnyTagClassName
{
color: #FE645C;
}
</style>
background-color css
<style>
a { background-color: #FE645C; }
a { background-color: rgb(254,100,92); }
div.DivClassName
{
background-color: #FE645C;
}
.BgClassName
{
background-color: #FE645C;
}
</style>
border-color css
<style>
span { border-color: #FE645C; }
span { border-color: rgb(254,100,92); }
td.TdClassName
{
border-color: #FE645C;
}
.TagClassName
{
border-color: #FE645C;
}
</style>