Shades of Bittersweet #FE785D
Tints of Bittersweet #FE785D
RGB
CMYK
RGB Variations
Color information
#FE785D (or 0xFE785D) is known color: Bittersweet. HEX triplet: FE, 78 and 5D. RGB value is (254,120,93). Sum of RGB (Red+Green+Blue) = 254+120+93=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE785D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE785D is #0187A2. Grayscale: #9D9D9D. Windows color (decimal): -100259 or 6125822. OLE color: 6125822.
HSL color Cylindrical-coordinate representation of color #FE785D: hue angle of 10.06º 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 #FE785D is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 93 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.00 |
| HSL | 10.06º | 0.99% | 0.68% | - |
| HSV(B) | 10.06º | 0.63% | 1% | - |
| XYZ | 49.57 | 35.29 | 14.56 | - |
| YUV | 156.99 | 91.89 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 93 | 0 | 0.53 | 0.63 | 0.00 | 10.06 | 0.99 | 0.68 |
| Hex | FE | 78 | 5D | 0 | 35 | 3F | 0 | A | 63 | 44 |
| Octal | 376 | 170 | 135 | 0 | 65 | 77 | 0 | 12 | 143 | 104 |
| Binary | 11111110 | 1111000 | 1011101 | 0 | 110101 | 111111 | 0 | 1010 | 1100011 | 1000100 |
Color Harmonies of #FE785D
Complementary color
Monochromatic Colors of #FE785D
Black with #FE785D
Text Example
Text Example
White with #FE785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE785D; }
p { color: rgb(254,120,93); }
H1.HeaderClassName
{
color: #FE785D;
}
.AnyTagClassName
{
color: #FE785D;
}
</style>
background-color css
<style>
a { background-color: #FE785D; }
a { background-color: rgb(254,120,93); }
div.DivClassName
{
background-color: #FE785D;
}
.BgClassName
{
background-color: #FE785D;
}
</style>
border-color css
<style>
span { border-color: #FE785D; }
span { border-color: rgb(254,120,93); }
td.TdClassName
{
border-color: #FE785D;
}
.TagClassName
{
border-color: #FE785D;
}
</style>