Shades of Bittersweet #FE735F
Tints of Bittersweet #FE735F
RGB
CMYK
RGB Variations
Color information
#FE735F (or 0xFE735F) is known color: Bittersweet. HEX triplet: FE, 73 and 5F. RGB value is (254,115,95). Sum of RGB (Red+Green+Blue) = 254+115+95=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE735F is #018CA0. Grayscale: #9A9A9A. Windows color (decimal): -101537 or 6255614. OLE color: 6255614.
HSL color Cylindrical-coordinate representation of color #FE735F: hue angle of 7.55º 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 #FE735F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 95 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.00 |
| HSL | 7.55º | 0.99% | 0.68% | - |
| HSV(B) | 7.55º | 0.63% | 1% | - |
| XYZ | 49.07 | 34.16 | 14.83 | - |
| YUV | 154.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 95 | 0 | 0.55 | 0.63 | 0.00 | 7.55 | 0.99 | 0.68 |
| Hex | FE | 73 | 5F | 0 | 37 | 3F | 0 | 8 | 63 | 44 |
| Octal | 376 | 163 | 137 | 0 | 67 | 77 | 0 | 10 | 143 | 104 |
| Binary | 11111110 | 1110011 | 1011111 | 0 | 110111 | 111111 | 0 | 1000 | 1100011 | 1000100 |
Color Harmonies of #FE735F
Complementary color
Monochromatic Colors of #FE735F
Black with #FE735F
Text Example
Text Example
White with #FE735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE735F; }
p { color: rgb(254,115,95); }
H1.HeaderClassName
{
color: #FE735F;
}
.AnyTagClassName
{
color: #FE735F;
}
</style>
background-color css
<style>
a { background-color: #FE735F; }
a { background-color: rgb(254,115,95); }
div.DivClassName
{
background-color: #FE735F;
}
.BgClassName
{
background-color: #FE735F;
}
</style>
border-color css
<style>
span { border-color: #FE735F; }
span { border-color: rgb(254,115,95); }
td.TdClassName
{
border-color: #FE735F;
}
.TagClassName
{
border-color: #FE735F;
}
</style>