Shades of Texas Rose #FEB358
Tints of Texas Rose #FEB358
RGB
CMYK
RGB Variations
Color information
#FEB358 (or 0xFEB358) is known color: Texas Rose. HEX triplet: FE, B3 and 58. RGB value is (254,179,88). Sum of RGB (Red+Green+Blue) = 254+179+88=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB358 is #014CA7. Grayscale: #BFBFBF. Windows color (decimal): -85160 or 5813246. OLE color: 5813246.
HSL color Cylindrical-coordinate representation of color #FEB358: hue angle of 32.89º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEB358 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 88 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.00 |
| HSL | 32.89º | 0.99% | 0.67% | - |
| HSV(B) | 32.89º | 0.65% | 1% | - |
| XYZ | 58.75 | 54.02 | 16.56 | - |
| YUV | 191.05 | 69.85 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 88 | 0 | 0.30 | 0.65 | 0.00 | 32.89 | 0.99 | 0.67 |
| Hex | FE | B3 | 58 | 0 | 1E | 41 | 0 | 21 | 63 | 43 |
| Octal | 376 | 263 | 130 | 0 | 36 | 101 | 0 | 41 | 143 | 103 |
| Binary | 11111110 | 10110011 | 1011000 | 0 | 11110 | 1000001 | 0 | 100001 | 1100011 | 1000011 |
Color Harmonies of #FEB358
Complementary color
Monochromatic Colors of #FEB358
Black with #FEB358
Text Example
Text Example
White with #FEB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB358; }
p { color: rgb(254,179,88); }
H1.HeaderClassName
{
color: #FEB358;
}
.AnyTagClassName
{
color: #FEB358;
}
</style>
background-color css
<style>
a { background-color: #FEB358; }
a { background-color: rgb(254,179,88); }
div.DivClassName
{
background-color: #FEB358;
}
.BgClassName
{
background-color: #FEB358;
}
</style>
border-color css
<style>
span { border-color: #FEB358; }
span { border-color: rgb(254,179,88); }
td.TdClassName
{
border-color: #FEB358;
}
.TagClassName
{
border-color: #FEB358;
}
</style>