Shades of Texas Rose #FEBA5E
Tints of Texas Rose #FEBA5E
RGB
CMYK
RGB Variations
Color information
#FEBA5E (or 0xFEBA5E) is known color: Texas Rose. HEX triplet: FE, BA and 5E. RGB value is (254,186,94). Sum of RGB (Red+Green+Blue) = 254+186+94=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA5E is #0145A1. Grayscale: #C4C4C4. Windows color (decimal): -83362 or 6208254. OLE color: 6208254.
HSL color Cylindrical-coordinate representation of color #FEBA5E: hue angle of 34.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEBA5E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 94 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.00 |
| HSL | 34.5º | 0.99% | 0.68% | - |
| HSV(B) | 34.5º | 0.63% | 1% | - |
| XYZ | 60.45 | 57 | 18.4 | - |
| YUV | 195.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 94 | 0 | 0.27 | 0.63 | 0.00 | 34.5 | 0.99 | 0.68 |
| Hex | FE | BA | 5E | 0 | 1B | 3F | 0 | 22 | 63 | 44 |
| Octal | 376 | 272 | 136 | 0 | 33 | 77 | 0 | 42 | 143 | 104 |
| Binary | 11111110 | 10111010 | 1011110 | 0 | 11011 | 111111 | 0 | 100010 | 1100011 | 1000100 |
Color Harmonies of #FEBA5E
Complementary color
Monochromatic Colors of #FEBA5E
Black with #FEBA5E
Text Example
Text Example
White with #FEBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA5E; }
p { color: rgb(254,186,94); }
H1.HeaderClassName
{
color: #FEBA5E;
}
.AnyTagClassName
{
color: #FEBA5E;
}
</style>
background-color css
<style>
a { background-color: #FEBA5E; }
a { background-color: rgb(254,186,94); }
div.DivClassName
{
background-color: #FEBA5E;
}
.BgClassName
{
background-color: #FEBA5E;
}
</style>
border-color css
<style>
span { border-color: #FEBA5E; }
span { border-color: rgb(254,186,94); }
td.TdClassName
{
border-color: #FEBA5E;
}
.TagClassName
{
border-color: #FEBA5E;
}
</style>