Shades of Texas Rose #FEB659
Tints of Texas Rose #FEB659
RGB
CMYK
RGB Variations
Color information
#FEB659 (or 0xFEB659) is known color: Texas Rose. HEX triplet: FE, B6 and 59. RGB value is (254,182,89). Sum of RGB (Red+Green+Blue) = 254+182+89=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB659 is #0149A6. Grayscale: #C1C1C1. Windows color (decimal): -84391 or 5879550. OLE color: 5879550.
HSL color Cylindrical-coordinate representation of color #FEB659: hue angle of 33.82º 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 #FEB659 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 89 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.00 |
| HSL | 33.82º | 0.99% | 0.67% | - |
| HSV(B) | 33.82º | 0.65% | 1% | - |
| XYZ | 59.4 | 55.25 | 16.98 | - |
| YUV | 192.93 | 69.35 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 89 | 0 | 0.28 | 0.65 | 0.00 | 33.82 | 0.99 | 0.67 |
| Hex | FE | B6 | 59 | 0 | 1C | 41 | 0 | 22 | 63 | 43 |
| Octal | 376 | 266 | 131 | 0 | 34 | 101 | 0 | 42 | 143 | 103 |
| Binary | 11111110 | 10110110 | 1011001 | 0 | 11100 | 1000001 | 0 | 100010 | 1100011 | 1000011 |
Color Harmonies of #FEB659
Complementary color
Monochromatic Colors of #FEB659
Black with #FEB659
Text Example
Text Example
White with #FEB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB659; }
p { color: rgb(254,182,89); }
H1.HeaderClassName
{
color: #FEB659;
}
.AnyTagClassName
{
color: #FEB659;
}
</style>
background-color css
<style>
a { background-color: #FEB659; }
a { background-color: rgb(254,182,89); }
div.DivClassName
{
background-color: #FEB659;
}
.BgClassName
{
background-color: #FEB659;
}
</style>
border-color css
<style>
span { border-color: #FEB659; }
span { border-color: rgb(254,182,89); }
td.TdClassName
{
border-color: #FEB659;
}
.TagClassName
{
border-color: #FEB659;
}
</style>