Shades of Texas Rose #FEB153
Tints of Texas Rose #FEB153
RGB
CMYK
RGB Variations
Color information
#FEB153 (or 0xFEB153) is known color: Texas Rose. HEX triplet: FE, B1 and 53. RGB value is (254,177,83). Sum of RGB (Red+Green+Blue) = 254+177+83=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB153 is #014EAC. Grayscale: #BDBDBD. Windows color (decimal): -85677 or 5485054. OLE color: 5485054.
HSL color Cylindrical-coordinate representation of color #FEB153: hue angle of 32.98º 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 #FEB153 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 83 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.00 |
| HSL | 32.98º | 0.99% | 0.66% | - |
| HSV(B) | 32.98º | 0.67% | 1% | - |
| XYZ | 58.16 | 53.14 | 15.38 | - |
| YUV | 189.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 83 | 0 | 0.30 | 0.67 | 0.00 | 32.98 | 0.99 | 0.66 |
| Hex | FE | B1 | 53 | 0 | 1E | 43 | 0 | 21 | 63 | 42 |
| Octal | 376 | 261 | 123 | 0 | 36 | 103 | 0 | 41 | 143 | 102 |
| Binary | 11111110 | 10110001 | 1010011 | 0 | 11110 | 1000011 | 0 | 100001 | 1100011 | 1000010 |
Color Harmonies of #FEB153
Complementary color
Monochromatic Colors of #FEB153
Black with #FEB153
Text Example
Text Example
White with #FEB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB153; }
p { color: rgb(254,177,83); }
H1.HeaderClassName
{
color: #FEB153;
}
.AnyTagClassName
{
color: #FEB153;
}
</style>
background-color css
<style>
a { background-color: #FEB153; }
a { background-color: rgb(254,177,83); }
div.DivClassName
{
background-color: #FEB153;
}
.BgClassName
{
background-color: #FEB153;
}
</style>
border-color css
<style>
span { border-color: #FEB153; }
span { border-color: rgb(254,177,83); }
td.TdClassName
{
border-color: #FEB153;
}
.TagClassName
{
border-color: #FEB153;
}
</style>