Shades of Bittersweet #FE775C
Tints of Bittersweet #FE775C
RGB
CMYK
RGB Variations
Color information
#FE775C (or 0xFE775C) is known color: Bittersweet. HEX triplet: FE, 77 and 5C. RGB value is (254,119,92). Sum of RGB (Red+Green+Blue) = 254+119+92=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE775C is #0188A3. Grayscale: #9C9C9C. Windows color (decimal): -100516 or 6060030. OLE color: 6060030.
HSL color Cylindrical-coordinate representation of color #FE775C: hue angle of 10º 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 #FE775C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 92 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.00 |
| HSL | 10º | 0.99% | 0.68% | - |
| HSV(B) | 10º | 0.64% | 1% | - |
| XYZ | 49.4 | 35.04 | 14.28 | - |
| YUV | 156.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 92 | 0 | 0.53 | 0.64 | 0.00 | 10 | 0.99 | 0.68 |
| Hex | FE | 77 | 5C | 0 | 35 | 40 | 0 | A | 63 | 44 |
| Octal | 376 | 167 | 134 | 0 | 65 | 100 | 0 | 12 | 143 | 104 |
| Binary | 11111110 | 1110111 | 1011100 | 0 | 110101 | 1000000 | 0 | 1010 | 1100011 | 1000100 |
Color Harmonies of #FE775C
Complementary color
Monochromatic Colors of #FE775C
Black with #FE775C
Text Example
Text Example
White with #FE775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE775C; }
p { color: rgb(254,119,92); }
H1.HeaderClassName
{
color: #FE775C;
}
.AnyTagClassName
{
color: #FE775C;
}
</style>
background-color css
<style>
a { background-color: #FE775C; }
a { background-color: rgb(254,119,92); }
div.DivClassName
{
background-color: #FE775C;
}
.BgClassName
{
background-color: #FE775C;
}
</style>
border-color css
<style>
span { border-color: #FE775C; }
span { border-color: rgb(254,119,92); }
td.TdClassName
{
border-color: #FE775C;
}
.TagClassName
{
border-color: #FE775C;
}
</style>