Shades of Bittersweet #FE7263
Tints of Bittersweet #FE7263
RGB
CMYK
RGB Variations
Color information
#FE7263 (or 0xFE7263) is known color: Bittersweet. HEX triplet: FE, 72 and 63. RGB value is (254,114,99). Sum of RGB (Red+Green+Blue) = 254+114+99=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7263 is #018D9C. Grayscale: #9A9A9A. Windows color (decimal): -101789 or 6517502. OLE color: 6517502.
HSL color Cylindrical-coordinate representation of color #FE7263: hue angle of 5.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE7263 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 99 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.00 |
| HSL | 5.81º | 0.99% | 0.69% | - |
| HSV(B) | 5.81º | 0.61% | 1% | - |
| XYZ | 49.14 | 34.01 | 15.78 | - |
| YUV | 154.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 99 | 0 | 0.55 | 0.61 | 0.00 | 5.81 | 0.99 | 0.69 |
| Hex | FE | 72 | 63 | 0 | 37 | 3D | 0 | 6 | 63 | 45 |
| Octal | 376 | 162 | 143 | 0 | 67 | 75 | 0 | 6 | 143 | 105 |
| Binary | 11111110 | 1110010 | 1100011 | 0 | 110111 | 111101 | 0 | 110 | 1100011 | 1000101 |
Color Harmonies of #FE7263
Complementary color
Monochromatic Colors of #FE7263
Black with #FE7263
Text Example
Text Example
White with #FE7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7263; }
p { color: rgb(254,114,99); }
H1.HeaderClassName
{
color: #FE7263;
}
.AnyTagClassName
{
color: #FE7263;
}
</style>
background-color css
<style>
a { background-color: #FE7263; }
a { background-color: rgb(254,114,99); }
div.DivClassName
{
background-color: #FE7263;
}
.BgClassName
{
background-color: #FE7263;
}
</style>
border-color css
<style>
span { border-color: #FE7263; }
span { border-color: rgb(254,114,99); }
td.TdClassName
{
border-color: #FE7263;
}
.TagClassName
{
border-color: #FE7263;
}
</style>