Shades of Bittersweet #FE7255
Tints of Bittersweet #FE7255
RGB
CMYK
RGB Variations
Color information
#FE7255 (or 0xFE7255) is known color: Bittersweet. HEX triplet: FE, 72 and 55. RGB value is (254,114,85). Sum of RGB (Red+Green+Blue) = 254+114+85=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7255 is #018DAA. Grayscale: #989898. Windows color (decimal): -101803 or 5599998. OLE color: 5599998.
HSL color Cylindrical-coordinate representation of color #FE7255: hue angle of 10.3º 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 #FE7255 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 85 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.00 |
| HSL | 10.3º | 0.99% | 0.66% | - |
| HSV(B) | 10.3º | 0.67% | 1% | - |
| XYZ | 48.53 | 33.76 | 12.55 | - |
| YUV | 152.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 85 | 0 | 0.55 | 0.67 | 0.00 | 10.3 | 0.99 | 0.66 |
| Hex | FE | 72 | 55 | 0 | 37 | 43 | 0 | A | 63 | 42 |
| Octal | 376 | 162 | 125 | 0 | 67 | 103 | 0 | 12 | 143 | 102 |
| Binary | 11111110 | 1110010 | 1010101 | 0 | 110111 | 1000011 | 0 | 1010 | 1100011 | 1000010 |
Color Harmonies of #FE7255
Complementary color
Monochromatic Colors of #FE7255
Black with #FE7255
Text Example
Text Example
White with #FE7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7255; }
p { color: rgb(254,114,85); }
H1.HeaderClassName
{
color: #FE7255;
}
.AnyTagClassName
{
color: #FE7255;
}
</style>
background-color css
<style>
a { background-color: #FE7255; }
a { background-color: rgb(254,114,85); }
div.DivClassName
{
background-color: #FE7255;
}
.BgClassName
{
background-color: #FE7255;
}
</style>
border-color css
<style>
span { border-color: #FE7255; }
span { border-color: rgb(254,114,85); }
td.TdClassName
{
border-color: #FE7255;
}
.TagClassName
{
border-color: #FE7255;
}
</style>