Shades of Bittersweet #FE6D52
Tints of Bittersweet #FE6D52
RGB
CMYK
RGB Variations
Color information
#FE6D52 (or 0xFE6D52) is known color: Bittersweet. HEX triplet: FE, 6D and 52. RGB value is (254,109,82). Sum of RGB (Red+Green+Blue) = 254+109+82=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6D52 is #0192AD. Grayscale: #959595. Windows color (decimal): -103086 or 5402110. OLE color: 5402110.
HSL color Cylindrical-coordinate representation of color #FE6D52: hue angle of 9.42º 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 #FE6D52 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 82 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.00 |
| HSL | 9.42º | 0.99% | 0.66% | - |
| HSV(B) | 9.42º | 0.68% | 1% | - |
| XYZ | 47.86 | 32.62 | 11.76 | - |
| YUV | 149.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 82 | 0 | 0.57 | 0.68 | 0.00 | 9.42 | 0.99 | 0.66 |
| Hex | FE | 6D | 52 | 0 | 39 | 44 | 0 | 9 | 63 | 42 |
| Octal | 376 | 155 | 122 | 0 | 71 | 104 | 0 | 11 | 143 | 102 |
| Binary | 11111110 | 1101101 | 1010010 | 0 | 111001 | 1000100 | 0 | 1001 | 1100011 | 1000010 |
Color Harmonies of #FE6D52
Complementary color
Monochromatic Colors of #FE6D52
Black with #FE6D52
Text Example
Text Example
White with #FE6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D52; }
p { color: rgb(254,109,82); }
H1.HeaderClassName
{
color: #FE6D52;
}
.AnyTagClassName
{
color: #FE6D52;
}
</style>
background-color css
<style>
a { background-color: #FE6D52; }
a { background-color: rgb(254,109,82); }
div.DivClassName
{
background-color: #FE6D52;
}
.BgClassName
{
background-color: #FE6D52;
}
</style>
border-color css
<style>
span { border-color: #FE6D52; }
span { border-color: rgb(254,109,82); }
td.TdClassName
{
border-color: #FE6D52;
}
.TagClassName
{
border-color: #FE6D52;
}
</style>