Shades of Bittersweet #FE6F5B
Tints of Bittersweet #FE6F5B
RGB
CMYK
RGB Variations
Color information
#FE6F5B (or 0xFE6F5B) is known color: Bittersweet. HEX triplet: FE, 6F and 5B. RGB value is (254,111,91). Sum of RGB (Red+Green+Blue) = 254+111+91=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F5B is #0190A4. Grayscale: #979797. Windows color (decimal): -102565 or 5992446. OLE color: 5992446.
HSL color Cylindrical-coordinate representation of color #FE6F5B: hue angle of 7.36º 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 #FE6F5B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.00 |
| HSL | 7.36º | 0.99% | 0.68% | - |
| HSV(B) | 7.36º | 0.64% | 1% | - |
| XYZ | 48.45 | 33.2 | 13.75 | - |
| YUV | 151.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 91 | 0 | 0.56 | 0.64 | 0.00 | 7.36 | 0.99 | 0.68 |
| Hex | FE | 6F | 5B | 0 | 38 | 40 | 0 | 7 | 63 | 44 |
| Octal | 376 | 157 | 133 | 0 | 70 | 100 | 0 | 7 | 143 | 104 |
| Binary | 11111110 | 1101111 | 1011011 | 0 | 111000 | 1000000 | 0 | 111 | 1100011 | 1000100 |
Color Harmonies of #FE6F5B
Complementary color
Monochromatic Colors of #FE6F5B
Black with #FE6F5B
Text Example
Text Example
White with #FE6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F5B; }
p { color: rgb(254,111,91); }
H1.HeaderClassName
{
color: #FE6F5B;
}
.AnyTagClassName
{
color: #FE6F5B;
}
</style>
background-color css
<style>
a { background-color: #FE6F5B; }
a { background-color: rgb(254,111,91); }
div.DivClassName
{
background-color: #FE6F5B;
}
.BgClassName
{
background-color: #FE6F5B;
}
</style>
border-color css
<style>
span { border-color: #FE6F5B; }
span { border-color: rgb(254,111,91); }
td.TdClassName
{
border-color: #FE6F5B;
}
.TagClassName
{
border-color: #FE6F5B;
}
</style>