Shades of Bittersweet #FE695F
Tints of Bittersweet #FE695F
RGB
CMYK
RGB Variations
Color information
#FE695F (or 0xFE695F) is known color: Bittersweet. HEX triplet: FE, 69 and 5F. RGB value is (254,105,95). Sum of RGB (Red+Green+Blue) = 254+105+95=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE695F is #0196A0. Grayscale: #949494. Windows color (decimal): -104097 or 6253054. OLE color: 6253054.
HSL color Cylindrical-coordinate representation of color #FE695F: hue angle of 3.77º 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 #FE695F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 95 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.00 |
| HSL | 3.77º | 0.99% | 0.68% | - |
| HSV(B) | 3.77º | 0.63% | 1% | - |
| XYZ | 47.99 | 32 | 14.47 | - |
| YUV | 148.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 95 | 0 | 0.59 | 0.63 | 0.00 | 3.77 | 0.99 | 0.68 |
| Hex | FE | 69 | 5F | 0 | 3B | 3F | 0 | 4 | 63 | 44 |
| Octal | 376 | 151 | 137 | 0 | 73 | 77 | 0 | 4 | 143 | 104 |
| Binary | 11111110 | 1101001 | 1011111 | 0 | 111011 | 111111 | 0 | 100 | 1100011 | 1000100 |
Color Harmonies of #FE695F
Complementary color
Monochromatic Colors of #FE695F
Black with #FE695F
Text Example
Text Example
White with #FE695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE695F; }
p { color: rgb(254,105,95); }
H1.HeaderClassName
{
color: #FE695F;
}
.AnyTagClassName
{
color: #FE695F;
}
</style>
background-color css
<style>
a { background-color: #FE695F; }
a { background-color: rgb(254,105,95); }
div.DivClassName
{
background-color: #FE695F;
}
.BgClassName
{
background-color: #FE695F;
}
</style>
border-color css
<style>
span { border-color: #FE695F; }
span { border-color: rgb(254,105,95); }
td.TdClassName
{
border-color: #FE695F;
}
.TagClassName
{
border-color: #FE695F;
}
</style>