Shades of Bittersweet #FE6953
Tints of Bittersweet #FE6953
RGB
CMYK
RGB Variations
Color information
#FE6953 (or 0xFE6953) is known color: Bittersweet. HEX triplet: FE, 69 and 53. RGB value is (254,105,83). Sum of RGB (Red+Green+Blue) = 254+105+83=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6953 is #0196AC. Grayscale: #939393. Windows color (decimal): -104109 or 5466622. OLE color: 5466622.
HSL color Cylindrical-coordinate representation of color #FE6953: hue angle of 7.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE6953 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 83 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.00 |
| HSL | 7.72º | 0.99% | 0.66% | - |
| HSV(B) | 7.72º | 0.67% | 1% | - |
| XYZ | 47.49 | 31.8 | 11.82 | - |
| YUV | 147.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 83 | 0 | 0.59 | 0.67 | 0.00 | 7.72 | 0.99 | 0.66 |
| Hex | FE | 69 | 53 | 0 | 3B | 43 | 0 | 8 | 63 | 42 |
| Octal | 376 | 151 | 123 | 0 | 73 | 103 | 0 | 10 | 143 | 102 |
| Binary | 11111110 | 1101001 | 1010011 | 0 | 111011 | 1000011 | 0 | 1000 | 1100011 | 1000010 |
Color Harmonies of #FE6953
Complementary color
Monochromatic Colors of #FE6953
Black with #FE6953
Text Example
Text Example
White with #FE6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6953; }
p { color: rgb(254,105,83); }
H1.HeaderClassName
{
color: #FE6953;
}
.AnyTagClassName
{
color: #FE6953;
}
</style>
background-color css
<style>
a { background-color: #FE6953; }
a { background-color: rgb(254,105,83); }
div.DivClassName
{
background-color: #FE6953;
}
.BgClassName
{
background-color: #FE6953;
}
</style>
border-color css
<style>
span { border-color: #FE6953; }
span { border-color: rgb(254,105,83); }
td.TdClassName
{
border-color: #FE6953;
}
.TagClassName
{
border-color: #FE6953;
}
</style>