Shades of Bittersweet #FE705F
Tints of Bittersweet #FE705F
RGB
CMYK
RGB Variations
Color information
#FE705F (or 0xFE705F) is known color: Bittersweet. HEX triplet: FE, 70 and 5F. RGB value is (254,112,95). Sum of RGB (Red+Green+Blue) = 254+112+95=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE705F is #018FA0. Grayscale: #989898. Windows color (decimal): -102305 or 6254846. OLE color: 6254846.
HSL color Cylindrical-coordinate representation of color #FE705F: hue angle of 6.42º 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 #FE705F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 95 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.00 |
| HSL | 6.42º | 0.99% | 0.68% | - |
| HSV(B) | 6.42º | 0.63% | 1% | - |
| XYZ | 48.73 | 33.49 | 14.72 | - |
| YUV | 152.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 95 | 0 | 0.56 | 0.63 | 0.00 | 6.42 | 0.99 | 0.68 |
| Hex | FE | 70 | 5F | 0 | 38 | 3F | 0 | 6 | 63 | 44 |
| Octal | 376 | 160 | 137 | 0 | 70 | 77 | 0 | 6 | 143 | 104 |
| Binary | 11111110 | 1110000 | 1011111 | 0 | 111000 | 111111 | 0 | 110 | 1100011 | 1000100 |
Color Harmonies of #FE705F
Complementary color
Monochromatic Colors of #FE705F
Black with #FE705F
Text Example
Text Example
White with #FE705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE705F; }
p { color: rgb(254,112,95); }
H1.HeaderClassName
{
color: #FE705F;
}
.AnyTagClassName
{
color: #FE705F;
}
</style>
background-color css
<style>
a { background-color: #FE705F; }
a { background-color: rgb(254,112,95); }
div.DivClassName
{
background-color: #FE705F;
}
.BgClassName
{
background-color: #FE705F;
}
</style>
border-color css
<style>
span { border-color: #FE705F; }
span { border-color: rgb(254,112,95); }
td.TdClassName
{
border-color: #FE705F;
}
.TagClassName
{
border-color: #FE705F;
}
</style>