Shades of Bittersweet #FE736A
Tints of Bittersweet #FE736A
RGB
CMYK
RGB Variations
Color information
#FE736A (or 0xFE736A) is known color: Bittersweet. HEX triplet: FE, 73 and 6A. RGB value is (254,115,106). Sum of RGB (Red+Green+Blue) = 254+115+106=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE736A is #018C95. Grayscale: #9B9B9B. Windows color (decimal): -101526 or 6976510. OLE color: 6976510.
HSL color Cylindrical-coordinate representation of color #FE736A: hue angle of 3.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE736A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.00 |
| HSL | 3.65º | 0.99% | 0.71% | - |
| HSV(B) | 3.65º | 0.58% | 1% | - |
| XYZ | 49.61 | 34.37 | 17.66 | - |
| YUV | 155.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 106 | 0 | 0.55 | 0.58 | 0.00 | 3.65 | 0.99 | 0.71 |
| Hex | FE | 73 | 6A | 0 | 37 | 3A | 0 | 4 | 63 | 47 |
| Octal | 376 | 163 | 152 | 0 | 67 | 72 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110011 | 1101010 | 0 | 110111 | 111010 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE736A
Complementary color
Monochromatic Colors of #FE736A
Black with #FE736A
Text Example
Text Example
White with #FE736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE736A; }
p { color: rgb(254,115,106); }
H1.HeaderClassName
{
color: #FE736A;
}
.AnyTagClassName
{
color: #FE736A;
}
</style>
background-color css
<style>
a { background-color: #FE736A; }
a { background-color: rgb(254,115,106); }
div.DivClassName
{
background-color: #FE736A;
}
.BgClassName
{
background-color: #FE736A;
}
</style>
border-color css
<style>
span { border-color: #FE736A; }
span { border-color: rgb(254,115,106); }
td.TdClassName
{
border-color: #FE736A;
}
.TagClassName
{
border-color: #FE736A;
}
</style>