Shades of Texas Rose #FEB059
Tints of Texas Rose #FEB059
RGB
CMYK
RGB Variations
Color information
#FEB059 (or 0xFEB059) is known color: Texas Rose. HEX triplet: FE, B0 and 59. RGB value is (254,176,89). Sum of RGB (Red+Green+Blue) = 254+176+89=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB059 is #014FA6. Grayscale: #BDBDBD. Windows color (decimal): -85927 or 5878014. OLE color: 5878014.
HSL color Cylindrical-coordinate representation of color #FEB059: hue angle of 31.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEB059 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 89 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.00 |
| HSL | 31.64º | 0.99% | 0.67% | - |
| HSV(B) | 31.64º | 0.65% | 1% | - |
| XYZ | 58.2 | 52.84 | 16.58 | - |
| YUV | 189.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 89 | 0 | 0.31 | 0.65 | 0.00 | 31.64 | 0.99 | 0.67 |
| Hex | FE | B0 | 59 | 0 | 1F | 41 | 0 | 20 | 63 | 43 |
| Octal | 376 | 260 | 131 | 0 | 37 | 101 | 0 | 40 | 143 | 103 |
| Binary | 11111110 | 10110000 | 1011001 | 0 | 11111 | 1000001 | 0 | 100000 | 1100011 | 1000011 |
Color Harmonies of #FEB059
Complementary color
Monochromatic Colors of #FEB059
Black with #FEB059
Text Example
Text Example
White with #FEB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB059; }
p { color: rgb(254,176,89); }
H1.HeaderClassName
{
color: #FEB059;
}
.AnyTagClassName
{
color: #FEB059;
}
</style>
background-color css
<style>
a { background-color: #FEB059; }
a { background-color: rgb(254,176,89); }
div.DivClassName
{
background-color: #FEB059;
}
.BgClassName
{
background-color: #FEB059;
}
</style>
border-color css
<style>
span { border-color: #FEB059; }
span { border-color: rgb(254,176,89); }
td.TdClassName
{
border-color: #FEB059;
}
.TagClassName
{
border-color: #FEB059;
}
</style>