Shades of Texas Rose #FEB155
Tints of Texas Rose #FEB155
RGB
CMYK
RGB Variations
Color information
#FEB155 (or 0xFEB155) is known color: Texas Rose. HEX triplet: FE, B1 and 55. RGB value is (254,177,85). Sum of RGB (Red+Green+Blue) = 254+177+85=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB155 is #014EAA. Grayscale: #BDBDBD. Windows color (decimal): -85675 or 5616126. OLE color: 5616126.
HSL color Cylindrical-coordinate representation of color #FEB155: hue angle of 32.66º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEB155 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 85 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.00 |
| HSL | 32.66º | 0.99% | 0.66% | - |
| HSV(B) | 32.66º | 0.67% | 1% | - |
| XYZ | 58.23 | 53.17 | 15.79 | - |
| YUV | 189.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 85 | 0 | 0.30 | 0.67 | 0.00 | 32.66 | 0.99 | 0.66 |
| Hex | FE | B1 | 55 | 0 | 1E | 43 | 0 | 21 | 63 | 42 |
| Octal | 376 | 261 | 125 | 0 | 36 | 103 | 0 | 41 | 143 | 102 |
| Binary | 11111110 | 10110001 | 1010101 | 0 | 11110 | 1000011 | 0 | 100001 | 1100011 | 1000010 |
Color Harmonies of #FEB155
Complementary color
Monochromatic Colors of #FEB155
Black with #FEB155
Text Example
Text Example
White with #FEB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB155; }
p { color: rgb(254,177,85); }
H1.HeaderClassName
{
color: #FEB155;
}
.AnyTagClassName
{
color: #FEB155;
}
</style>
background-color css
<style>
a { background-color: #FEB155; }
a { background-color: rgb(254,177,85); }
div.DivClassName
{
background-color: #FEB155;
}
.BgClassName
{
background-color: #FEB155;
}
</style>
border-color css
<style>
span { border-color: #FEB155; }
span { border-color: rgb(254,177,85); }
td.TdClassName
{
border-color: #FEB155;
}
.TagClassName
{
border-color: #FEB155;
}
</style>