Shades of Bittersweet #FE7B5F
Tints of Bittersweet #FE7B5F
RGB
CMYK
RGB Variations
Color information
#FE7B5F (or 0xFE7B5F) is known color: Bittersweet. HEX triplet: FE, 7B and 5F. RGB value is (254,123,95). Sum of RGB (Red+Green+Blue) = 254+123+95=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B5F is #0184A0. Grayscale: #9F9F9F. Windows color (decimal): -99489 or 6257662. OLE color: 6257662.
HSL color Cylindrical-coordinate representation of color #FE7B5F: hue angle of 10.57º 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 #FE7B5F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 95 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.00 |
| HSL | 10.57º | 0.99% | 0.68% | - |
| HSV(B) | 10.57º | 0.63% | 1% | - |
| XYZ | 50.02 | 36.06 | 15.15 | - |
| YUV | 158.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 95 | 0 | 0.52 | 0.63 | 0.00 | 10.57 | 0.99 | 0.68 |
| Hex | FE | 7B | 5F | 0 | 34 | 3F | 0 | B | 63 | 44 |
| Octal | 376 | 173 | 137 | 0 | 64 | 77 | 0 | 13 | 143 | 104 |
| Binary | 11111110 | 1111011 | 1011111 | 0 | 110100 | 111111 | 0 | 1011 | 1100011 | 1000100 |
Color Harmonies of #FE7B5F
Complementary color
Monochromatic Colors of #FE7B5F
Black with #FE7B5F
Text Example
Text Example
White with #FE7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B5F; }
p { color: rgb(254,123,95); }
H1.HeaderClassName
{
color: #FE7B5F;
}
.AnyTagClassName
{
color: #FE7B5F;
}
</style>
background-color css
<style>
a { background-color: #FE7B5F; }
a { background-color: rgb(254,123,95); }
div.DivClassName
{
background-color: #FE7B5F;
}
.BgClassName
{
background-color: #FE7B5F;
}
</style>
border-color css
<style>
span { border-color: #FE7B5F; }
span { border-color: rgb(254,123,95); }
td.TdClassName
{
border-color: #FE7B5F;
}
.TagClassName
{
border-color: #FE7B5F;
}
</style>