Shades of Bittersweet #FE765B
Tints of Bittersweet #FE765B
RGB
CMYK
RGB Variations
Color information
#FE765B (or 0xFE765B) is known color: Bittersweet. HEX triplet: FE, 76 and 5B. RGB value is (254,118,91). Sum of RGB (Red+Green+Blue) = 254+118+91=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE765B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE765B is #0189A4. Grayscale: #9B9B9B. Windows color (decimal): -100773 or 5994238. OLE color: 5994238.
HSL color Cylindrical-coordinate representation of color #FE765B: hue angle of 9.94º 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 #FE765B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 91 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.00 |
| HSL | 9.94º | 0.99% | 0.68% | - |
| HSV(B) | 9.94º | 0.64% | 1% | - |
| XYZ | 49.24 | 34.78 | 14.02 | - |
| YUV | 155.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 91 | 0 | 0.54 | 0.64 | 0.00 | 9.94 | 0.99 | 0.68 |
| Hex | FE | 76 | 5B | 0 | 36 | 40 | 0 | A | 63 | 44 |
| Octal | 376 | 166 | 133 | 0 | 66 | 100 | 0 | 12 | 143 | 104 |
| Binary | 11111110 | 1110110 | 1011011 | 0 | 110110 | 1000000 | 0 | 1010 | 1100011 | 1000100 |
Color Harmonies of #FE765B
Complementary color
Monochromatic Colors of #FE765B
Black with #FE765B
Text Example
Text Example
White with #FE765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE765B; }
p { color: rgb(254,118,91); }
H1.HeaderClassName
{
color: #FE765B;
}
.AnyTagClassName
{
color: #FE765B;
}
</style>
background-color css
<style>
a { background-color: #FE765B; }
a { background-color: rgb(254,118,91); }
div.DivClassName
{
background-color: #FE765B;
}
.BgClassName
{
background-color: #FE765B;
}
</style>
border-color css
<style>
span { border-color: #FE765B; }
span { border-color: rgb(254,118,91); }
td.TdClassName
{
border-color: #FE765B;
}
.TagClassName
{
border-color: #FE765B;
}
</style>