Shades of Bittersweet #FE795A
Tints of Bittersweet #FE795A
RGB
CMYK
RGB Variations
Color information
#FE795A (or 0xFE795A) is known color: Bittersweet. HEX triplet: FE, 79 and 5A. RGB value is (254,121,90). Sum of RGB (Red+Green+Blue) = 254+121+90=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE795A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE795A is #0186A5. Grayscale: #9D9D9D. Windows color (decimal): -100006 or 5929470. OLE color: 5929470.
HSL color Cylindrical-coordinate representation of color #FE795A: hue angle of 11.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE795A is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 90 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.00 |
| HSL | 11.34º | 0.99% | 0.67% | - |
| HSV(B) | 11.34º | 0.65% | 1% | - |
| XYZ | 49.56 | 35.48 | 13.91 | - |
| YUV | 157.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 90 | 0 | 0.52 | 0.65 | 0.00 | 11.34 | 0.99 | 0.67 |
| Hex | FE | 79 | 5A | 0 | 34 | 41 | 0 | B | 63 | 43 |
| Octal | 376 | 171 | 132 | 0 | 64 | 101 | 0 | 13 | 143 | 103 |
| Binary | 11111110 | 1111001 | 1011010 | 0 | 110100 | 1000001 | 0 | 1011 | 1100011 | 1000011 |
Color Harmonies of #FE795A
Complementary color
Monochromatic Colors of #FE795A
Black with #FE795A
Text Example
Text Example
White with #FE795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE795A; }
p { color: rgb(254,121,90); }
H1.HeaderClassName
{
color: #FE795A;
}
.AnyTagClassName
{
color: #FE795A;
}
</style>
background-color css
<style>
a { background-color: #FE795A; }
a { background-color: rgb(254,121,90); }
div.DivClassName
{
background-color: #FE795A;
}
.BgClassName
{
background-color: #FE795A;
}
</style>
border-color css
<style>
span { border-color: #FE795A; }
span { border-color: rgb(254,121,90); }
td.TdClassName
{
border-color: #FE795A;
}
.TagClassName
{
border-color: #FE795A;
}
</style>