Shades of Bittersweet #FE705B
Tints of Bittersweet #FE705B
RGB
CMYK
RGB Variations
Color information
#FE705B (or 0xFE705B) is known color: Bittersweet. HEX triplet: FE, 70 and 5B. RGB value is (254,112,91). Sum of RGB (Red+Green+Blue) = 254+112+91=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE705B is #018FA4. Grayscale: #989898. Windows color (decimal): -102309 or 5992702. OLE color: 5992702.
HSL color Cylindrical-coordinate representation of color #FE705B: hue angle of 7.73º 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 #FE705B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.00 |
| HSL | 7.73º | 0.99% | 0.68% | - |
| HSV(B) | 7.73º | 0.64% | 1% | - |
| XYZ | 48.56 | 33.41 | 13.79 | - |
| YUV | 152.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 91 | 0 | 0.56 | 0.64 | 0.00 | 7.73 | 0.99 | 0.68 |
| Hex | FE | 70 | 5B | 0 | 38 | 40 | 0 | 8 | 63 | 44 |
| Octal | 376 | 160 | 133 | 0 | 70 | 100 | 0 | 10 | 143 | 104 |
| Binary | 11111110 | 1110000 | 1011011 | 0 | 111000 | 1000000 | 0 | 1000 | 1100011 | 1000100 |
Color Harmonies of #FE705B
Complementary color
Monochromatic Colors of #FE705B
Black with #FE705B
Text Example
Text Example
White with #FE705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE705B; }
p { color: rgb(254,112,91); }
H1.HeaderClassName
{
color: #FE705B;
}
.AnyTagClassName
{
color: #FE705B;
}
</style>
background-color css
<style>
a { background-color: #FE705B; }
a { background-color: rgb(254,112,91); }
div.DivClassName
{
background-color: #FE705B;
}
.BgClassName
{
background-color: #FE705B;
}
</style>
border-color css
<style>
span { border-color: #FE705B; }
span { border-color: rgb(254,112,91); }
td.TdClassName
{
border-color: #FE705B;
}
.TagClassName
{
border-color: #FE705B;
}
</style>