Shades of Texas Rose #FEB156
Tints of Texas Rose #FEB156
RGB
CMYK
RGB Variations
Color information
#FEB156 (or 0xFEB156) is known color: Texas Rose. HEX triplet: FE, B1 and 56. RGB value is (254,177,86). Sum of RGB (Red+Green+Blue) = 254+177+86=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB156 is #014EA9. Grayscale: #BEBEBE. Windows color (decimal): -85674 or 5681662. OLE color: 5681662.
HSL color Cylindrical-coordinate representation of color #FEB156: hue angle of 32.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEB156 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 86 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.00 |
| HSL | 32.5º | 0.99% | 0.67% | - |
| HSV(B) | 32.5º | 0.66% | 1% | - |
| XYZ | 58.27 | 53.19 | 16 | - |
| YUV | 189.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 86 | 0 | 0.30 | 0.66 | 0.00 | 32.5 | 0.99 | 0.67 |
| Hex | FE | B1 | 56 | 0 | 1E | 42 | 0 | 20 | 63 | 43 |
| Octal | 376 | 261 | 126 | 0 | 36 | 102 | 0 | 40 | 143 | 103 |
| Binary | 11111110 | 10110001 | 1010110 | 0 | 11110 | 1000010 | 0 | 100000 | 1100011 | 1000011 |
Color Harmonies of #FEB156
Complementary color
Monochromatic Colors of #FEB156
Black with #FEB156
Text Example
Text Example
White with #FEB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB156; }
p { color: rgb(254,177,86); }
H1.HeaderClassName
{
color: #FEB156;
}
.AnyTagClassName
{
color: #FEB156;
}
</style>
background-color css
<style>
a { background-color: #FEB156; }
a { background-color: rgb(254,177,86); }
div.DivClassName
{
background-color: #FEB156;
}
.BgClassName
{
background-color: #FEB156;
}
</style>
border-color css
<style>
span { border-color: #FEB156; }
span { border-color: rgb(254,177,86); }
td.TdClassName
{
border-color: #FEB156;
}
.TagClassName
{
border-color: #FEB156;
}
</style>