Shades of Bittersweet #FE725F
Tints of Bittersweet #FE725F
RGB
CMYK
RGB Variations
Color information
#FE725F (or 0xFE725F) is known color: Bittersweet. HEX triplet: FE, 72 and 5F. RGB value is (254,114,95). Sum of RGB (Red+Green+Blue) = 254+114+95=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE725F is #018DA0. Grayscale: #999999. Windows color (decimal): -101793 or 6255358. OLE color: 6255358.
HSL color Cylindrical-coordinate representation of color #FE725F: hue angle of 7.17º 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 #FE725F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 95 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.00 |
| HSL | 7.17º | 0.99% | 0.68% | - |
| HSV(B) | 7.17º | 0.63% | 1% | - |
| XYZ | 48.96 | 33.93 | 14.8 | - |
| YUV | 153.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 95 | 0 | 0.55 | 0.63 | 0.00 | 7.17 | 0.99 | 0.68 |
| Hex | FE | 72 | 5F | 0 | 37 | 3F | 0 | 7 | 63 | 44 |
| Octal | 376 | 162 | 137 | 0 | 67 | 77 | 0 | 7 | 143 | 104 |
| Binary | 11111110 | 1110010 | 1011111 | 0 | 110111 | 111111 | 0 | 111 | 1100011 | 1000100 |
Color Harmonies of #FE725F
Complementary color
Monochromatic Colors of #FE725F
Black with #FE725F
Text Example
Text Example
White with #FE725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE725F; }
p { color: rgb(254,114,95); }
H1.HeaderClassName
{
color: #FE725F;
}
.AnyTagClassName
{
color: #FE725F;
}
</style>
background-color css
<style>
a { background-color: #FE725F; }
a { background-color: rgb(254,114,95); }
div.DivClassName
{
background-color: #FE725F;
}
.BgClassName
{
background-color: #FE725F;
}
</style>
border-color css
<style>
span { border-color: #FE725F; }
span { border-color: rgb(254,114,95); }
td.TdClassName
{
border-color: #FE725F;
}
.TagClassName
{
border-color: #FE725F;
}
</style>