Shades of Bittersweet #FE775B
Tints of Bittersweet #FE775B
RGB
CMYK
RGB Variations
Color information
#FE775B (or 0xFE775B) is known color: Bittersweet. HEX triplet: FE, 77 and 5B. RGB value is (254,119,91). Sum of RGB (Red+Green+Blue) = 254+119+91=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE775B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE775B is #0188A4. Grayscale: #9C9C9C. Windows color (decimal): -100517 or 5994494. OLE color: 5994494.
HSL color Cylindrical-coordinate representation of color #FE775B: hue angle of 10.31º 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 #FE775B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 91 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.00 |
| HSL | 10.31º | 0.99% | 0.68% | - |
| HSV(B) | 10.31º | 0.64% | 1% | - |
| XYZ | 49.36 | 35.02 | 14.06 | - |
| YUV | 156.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 91 | 0 | 0.53 | 0.64 | 0.00 | 10.31 | 0.99 | 0.68 |
| Hex | FE | 77 | 5B | 0 | 35 | 40 | 0 | A | 63 | 44 |
| Octal | 376 | 167 | 133 | 0 | 65 | 100 | 0 | 12 | 143 | 104 |
| Binary | 11111110 | 1110111 | 1011011 | 0 | 110101 | 1000000 | 0 | 1010 | 1100011 | 1000100 |
Color Harmonies of #FE775B
Complementary color
Monochromatic Colors of #FE775B
Black with #FE775B
Text Example
Text Example
White with #FE775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE775B; }
p { color: rgb(254,119,91); }
H1.HeaderClassName
{
color: #FE775B;
}
.AnyTagClassName
{
color: #FE775B;
}
</style>
background-color css
<style>
a { background-color: #FE775B; }
a { background-color: rgb(254,119,91); }
div.DivClassName
{
background-color: #FE775B;
}
.BgClassName
{
background-color: #FE775B;
}
</style>
border-color css
<style>
span { border-color: #FE775B; }
span { border-color: rgb(254,119,91); }
td.TdClassName
{
border-color: #FE775B;
}
.TagClassName
{
border-color: #FE775B;
}
</style>