Shades of Texas Rose #FEB459
Tints of Texas Rose #FEB459
RGB
CMYK
RGB Variations
Color information
#FEB459 (or 0xFEB459) is known color: Texas Rose. HEX triplet: FE, B4 and 59. RGB value is (254,180,89). Sum of RGB (Red+Green+Blue) = 254+180+89=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB459 is #014BA6. Grayscale: #C0C0C0. Windows color (decimal): -84903 or 5879038. OLE color: 5879038.
HSL color Cylindrical-coordinate representation of color #FEB459: hue angle of 33.09º 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 #FEB459 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 89 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.00 |
| HSL | 33.09º | 0.99% | 0.67% | - |
| HSV(B) | 33.09º | 0.65% | 1% | - |
| XYZ | 59 | 54.43 | 16.85 | - |
| YUV | 191.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 89 | 0 | 0.29 | 0.65 | 0.00 | 33.09 | 0.99 | 0.67 |
| Hex | FE | B4 | 59 | 0 | 1D | 41 | 0 | 21 | 63 | 43 |
| Octal | 376 | 264 | 131 | 0 | 35 | 101 | 0 | 41 | 143 | 103 |
| Binary | 11111110 | 10110100 | 1011001 | 0 | 11101 | 1000001 | 0 | 100001 | 1100011 | 1000011 |
Color Harmonies of #FEB459
Complementary color
Monochromatic Colors of #FEB459
Black with #FEB459
Text Example
Text Example
White with #FEB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB459; }
p { color: rgb(254,180,89); }
H1.HeaderClassName
{
color: #FEB459;
}
.AnyTagClassName
{
color: #FEB459;
}
</style>
background-color css
<style>
a { background-color: #FEB459; }
a { background-color: rgb(254,180,89); }
div.DivClassName
{
background-color: #FEB459;
}
.BgClassName
{
background-color: #FEB459;
}
</style>
border-color css
<style>
span { border-color: #FEB459; }
span { border-color: rgb(254,180,89); }
td.TdClassName
{
border-color: #FEB459;
}
.TagClassName
{
border-color: #FEB459;
}
</style>