Shades of Bittersweet #FE6C52
Tints of Bittersweet #FE6C52
RGB
CMYK
RGB Variations
Color information
#FE6C52 (or 0xFE6C52) is known color: Bittersweet. HEX triplet: FE, 6C and 52. RGB value is (254,108,82). Sum of RGB (Red+Green+Blue) = 254+108+82=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C52 is #0193AD. Grayscale: #949494. Windows color (decimal): -103342 or 5401854. OLE color: 5401854.
HSL color Cylindrical-coordinate representation of color #FE6C52: hue angle of 9.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE6C52 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 82 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.00 |
| HSL | 9.07º | 0.99% | 0.66% | - |
| HSV(B) | 9.07º | 0.68% | 1% | - |
| XYZ | 47.76 | 32.41 | 11.72 | - |
| YUV | 148.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 82 | 0 | 0.57 | 0.68 | 0.00 | 9.07 | 0.99 | 0.66 |
| Hex | FE | 6C | 52 | 0 | 39 | 44 | 0 | 9 | 63 | 42 |
| Octal | 376 | 154 | 122 | 0 | 71 | 104 | 0 | 11 | 143 | 102 |
| Binary | 11111110 | 1101100 | 1010010 | 0 | 111001 | 1000100 | 0 | 1001 | 1100011 | 1000010 |
Color Harmonies of #FE6C52
Complementary color
Monochromatic Colors of #FE6C52
Black with #FE6C52
Text Example
Text Example
White with #FE6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C52; }
p { color: rgb(254,108,82); }
H1.HeaderClassName
{
color: #FE6C52;
}
.AnyTagClassName
{
color: #FE6C52;
}
</style>
background-color css
<style>
a { background-color: #FE6C52; }
a { background-color: rgb(254,108,82); }
div.DivClassName
{
background-color: #FE6C52;
}
.BgClassName
{
background-color: #FE6C52;
}
</style>
border-color css
<style>
span { border-color: #FE6C52; }
span { border-color: rgb(254,108,82); }
td.TdClassName
{
border-color: #FE6C52;
}
.TagClassName
{
border-color: #FE6C52;
}
</style>