Shades of Bittersweet #FE685A
Tints of Bittersweet #FE685A
RGB
CMYK
RGB Variations
Color information
#FE685A (or 0xFE685A) is known color: Bittersweet. HEX triplet: FE, 68 and 5A. RGB value is (254,104,90). Sum of RGB (Red+Green+Blue) = 254+104+90=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE685A is #0197A5. Grayscale: #939393. Windows color (decimal): -104358 or 5925118. OLE color: 5925118.
HSL color Cylindrical-coordinate representation of color #FE685A: hue angle of 5.12º 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 #FE685A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 90 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.00 |
| HSL | 5.12º | 0.99% | 0.67% | - |
| HSV(B) | 5.12º | 0.65% | 1% | - |
| XYZ | 47.67 | 31.71 | 13.28 | - |
| YUV | 147.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 90 | 0 | 0.59 | 0.65 | 0.00 | 5.12 | 0.99 | 0.67 |
| Hex | FE | 68 | 5A | 0 | 3B | 41 | 0 | 5 | 63 | 43 |
| Octal | 376 | 150 | 132 | 0 | 73 | 101 | 0 | 5 | 143 | 103 |
| Binary | 11111110 | 1101000 | 1011010 | 0 | 111011 | 1000001 | 0 | 101 | 1100011 | 1000011 |
Color Harmonies of #FE685A
Complementary color
Monochromatic Colors of #FE685A
Black with #FE685A
Text Example
Text Example
White with #FE685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE685A; }
p { color: rgb(254,104,90); }
H1.HeaderClassName
{
color: #FE685A;
}
.AnyTagClassName
{
color: #FE685A;
}
</style>
background-color css
<style>
a { background-color: #FE685A; }
a { background-color: rgb(254,104,90); }
div.DivClassName
{
background-color: #FE685A;
}
.BgClassName
{
background-color: #FE685A;
}
</style>
border-color css
<style>
span { border-color: #FE685A; }
span { border-color: rgb(254,104,90); }
td.TdClassName
{
border-color: #FE685A;
}
.TagClassName
{
border-color: #FE685A;
}
</style>