Shades of Bittersweet #FE726A
Tints of Bittersweet #FE726A
RGB
CMYK
RGB Variations
Color information
#FE726A (or 0xFE726A) is known color: Bittersweet. HEX triplet: FE, 72 and 6A. RGB value is (254,114,106). Sum of RGB (Red+Green+Blue) = 254+114+106=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE726A is #018D95. Grayscale: #9B9B9B. Windows color (decimal): -101782 or 6976254. OLE color: 6976254.
HSL color Cylindrical-coordinate representation of color #FE726A: hue angle of 3.24º 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 #FE726A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.00 |
| HSL | 3.24º | 0.99% | 0.71% | - |
| HSV(B) | 3.24º | 0.58% | 1% | - |
| XYZ | 49.49 | 34.15 | 17.62 | - |
| YUV | 154.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 106 | 0 | 0.55 | 0.58 | 0.00 | 3.24 | 0.99 | 0.71 |
| Hex | FE | 72 | 6A | 0 | 37 | 3A | 0 | 3 | 63 | 47 |
| Octal | 376 | 162 | 152 | 0 | 67 | 72 | 0 | 3 | 143 | 107 |
| Binary | 11111110 | 1110010 | 1101010 | 0 | 110111 | 111010 | 0 | 11 | 1100011 | 1000111 |
Color Harmonies of #FE726A
Complementary color
Monochromatic Colors of #FE726A
Black with #FE726A
Text Example
Text Example
White with #FE726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE726A; }
p { color: rgb(254,114,106); }
H1.HeaderClassName
{
color: #FE726A;
}
.AnyTagClassName
{
color: #FE726A;
}
</style>
background-color css
<style>
a { background-color: #FE726A; }
a { background-color: rgb(254,114,106); }
div.DivClassName
{
background-color: #FE726A;
}
.BgClassName
{
background-color: #FE726A;
}
</style>
border-color css
<style>
span { border-color: #FE726A; }
span { border-color: rgb(254,114,106); }
td.TdClassName
{
border-color: #FE726A;
}
.TagClassName
{
border-color: #FE726A;
}
</style>