Shades of Texas Rose #FEB15B
Tints of Texas Rose #FEB15B
RGB
CMYK
RGB Variations
Color information
#FEB15B (or 0xFEB15B) is known color: Texas Rose. HEX triplet: FE, B1 and 5B. RGB value is (254,177,91). Sum of RGB (Red+Green+Blue) = 254+177+91=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB15B is #014EA4. Grayscale: #BEBEBE. Windows color (decimal): -85669 or 6009342. OLE color: 6009342.
HSL color Cylindrical-coordinate representation of color #FEB15B: hue angle of 31.66º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEB15B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 91 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.00 |
| HSL | 31.66º | 0.99% | 0.68% | - |
| HSV(B) | 31.66º | 0.64% | 1% | - |
| XYZ | 58.48 | 53.27 | 17.1 | - |
| YUV | 190.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 91 | 0 | 0.30 | 0.64 | 0.00 | 31.66 | 0.99 | 0.68 |
| Hex | FE | B1 | 5B | 0 | 1E | 40 | 0 | 20 | 63 | 44 |
| Octal | 376 | 261 | 133 | 0 | 36 | 100 | 0 | 40 | 143 | 104 |
| Binary | 11111110 | 10110001 | 1011011 | 0 | 11110 | 1000000 | 0 | 100000 | 1100011 | 1000100 |
Color Harmonies of #FEB15B
Complementary color
Monochromatic Colors of #FEB15B
Black with #FEB15B
Text Example
Text Example
White with #FEB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB15B; }
p { color: rgb(254,177,91); }
H1.HeaderClassName
{
color: #FEB15B;
}
.AnyTagClassName
{
color: #FEB15B;
}
</style>
background-color css
<style>
a { background-color: #FEB15B; }
a { background-color: rgb(254,177,91); }
div.DivClassName
{
background-color: #FEB15B;
}
.BgClassName
{
background-color: #FEB15B;
}
</style>
border-color css
<style>
span { border-color: #FEB15B; }
span { border-color: rgb(254,177,91); }
td.TdClassName
{
border-color: #FEB15B;
}
.TagClassName
{
border-color: #FEB15B;
}
</style>