Shades of Bittersweet #FE7267
Tints of Bittersweet #FE7267
RGB
CMYK
RGB Variations
Color information
#FE7267 (or 0xFE7267) is known color: Bittersweet. HEX triplet: FE, 72 and 67. RGB value is (254,114,103). Sum of RGB (Red+Green+Blue) = 254+114+103=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7267 is #018D98. Grayscale: #9A9A9A. Windows color (decimal): -101785 or 6779646. OLE color: 6779646.
HSL color Cylindrical-coordinate representation of color #FE7267: hue angle of 4.37º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7267 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 103 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.00 |
| HSL | 4.37º | 0.99% | 0.7% | - |
| HSV(B) | 4.37º | 0.59% | 1% | - |
| XYZ | 49.34 | 34.08 | 16.81 | - |
| YUV | 154.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 103 | 0 | 0.55 | 0.59 | 0.00 | 4.37 | 0.99 | 0.7 |
| Hex | FE | 72 | 67 | 0 | 37 | 3B | 0 | 4 | 63 | 46 |
| Octal | 376 | 162 | 147 | 0 | 67 | 73 | 0 | 4 | 143 | 106 |
| Binary | 11111110 | 1110010 | 1100111 | 0 | 110111 | 111011 | 0 | 100 | 1100011 | 1000110 |
Color Harmonies of #FE7267
Complementary color
Monochromatic Colors of #FE7267
Black with #FE7267
Text Example
Text Example
White with #FE7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7267; }
p { color: rgb(254,114,103); }
H1.HeaderClassName
{
color: #FE7267;
}
.AnyTagClassName
{
color: #FE7267;
}
</style>
background-color css
<style>
a { background-color: #FE7267; }
a { background-color: rgb(254,114,103); }
div.DivClassName
{
background-color: #FE7267;
}
.BgClassName
{
background-color: #FE7267;
}
</style>
border-color css
<style>
span { border-color: #FE7267; }
span { border-color: rgb(254,114,103); }
td.TdClassName
{
border-color: #FE7267;
}
.TagClassName
{
border-color: #FE7267;
}
</style>