Shades of Bittersweet #FE695C
Tints of Bittersweet #FE695C
RGB
CMYK
RGB Variations
Color information
#FE695C (or 0xFE695C) is known color: Bittersweet. HEX triplet: FE, 69 and 5C. RGB value is (254,105,92). Sum of RGB (Red+Green+Blue) = 254+105+92=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE695C is #0196A3. Grayscale: #949494. Windows color (decimal): -104100 or 6056446. OLE color: 6056446.
HSL color Cylindrical-coordinate representation of color #FE695C: hue angle of 4.81º 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 #FE695C is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 92 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.00 |
| HSL | 4.81º | 0.99% | 0.68% | - |
| HSV(B) | 4.81º | 0.64% | 1% | - |
| XYZ | 47.86 | 31.95 | 13.77 | - |
| YUV | 148.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 92 | 0 | 0.59 | 0.64 | 0.00 | 4.81 | 0.99 | 0.68 |
| Hex | FE | 69 | 5C | 0 | 3B | 40 | 0 | 5 | 63 | 44 |
| Octal | 376 | 151 | 134 | 0 | 73 | 100 | 0 | 5 | 143 | 104 |
| Binary | 11111110 | 1101001 | 1011100 | 0 | 111011 | 1000000 | 0 | 101 | 1100011 | 1000100 |
Color Harmonies of #FE695C
Complementary color
Monochromatic Colors of #FE695C
Black with #FE695C
Text Example
Text Example
White with #FE695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE695C; }
p { color: rgb(254,105,92); }
H1.HeaderClassName
{
color: #FE695C;
}
.AnyTagClassName
{
color: #FE695C;
}
</style>
background-color css
<style>
a { background-color: #FE695C; }
a { background-color: rgb(254,105,92); }
div.DivClassName
{
background-color: #FE695C;
}
.BgClassName
{
background-color: #FE695C;
}
</style>
border-color css
<style>
span { border-color: #FE695C; }
span { border-color: rgb(254,105,92); }
td.TdClassName
{
border-color: #FE695C;
}
.TagClassName
{
border-color: #FE695C;
}
</style>