Shades of Texas Rose #FEB25B
Tints of Texas Rose #FEB25B
RGB
CMYK
RGB Variations
Color information
#FEB25B (or 0xFEB25B) is known color: Texas Rose. HEX triplet: FE, B2 and 5B. RGB value is (254,178,91). Sum of RGB (Red+Green+Blue) = 254+178+91=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB25B is #014DA4. Grayscale: #BFBFBF. Windows color (decimal): -85413 or 6009598. OLE color: 6009598.
HSL color Cylindrical-coordinate representation of color #FEB25B: hue angle of 32.02º 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 #FEB25B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 91 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.00 |
| HSL | 32.02º | 0.99% | 0.68% | - |
| HSV(B) | 32.02º | 0.64% | 1% | - |
| XYZ | 58.68 | 53.67 | 17.16 | - |
| YUV | 190.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 91 | 0 | 0.30 | 0.64 | 0.00 | 32.02 | 0.99 | 0.68 |
| Hex | FE | B2 | 5B | 0 | 1E | 40 | 0 | 20 | 63 | 44 |
| Octal | 376 | 262 | 133 | 0 | 36 | 100 | 0 | 40 | 143 | 104 |
| Binary | 11111110 | 10110010 | 1011011 | 0 | 11110 | 1000000 | 0 | 100000 | 1100011 | 1000100 |
Color Harmonies of #FEB25B
Complementary color
Monochromatic Colors of #FEB25B
Black with #FEB25B
Text Example
Text Example
White with #FEB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB25B; }
p { color: rgb(254,178,91); }
H1.HeaderClassName
{
color: #FEB25B;
}
.AnyTagClassName
{
color: #FEB25B;
}
</style>
background-color css
<style>
a { background-color: #FEB25B; }
a { background-color: rgb(254,178,91); }
div.DivClassName
{
background-color: #FEB25B;
}
.BgClassName
{
background-color: #FEB25B;
}
</style>
border-color css
<style>
span { border-color: #FEB25B; }
span { border-color: rgb(254,178,91); }
td.TdClassName
{
border-color: #FEB25B;
}
.TagClassName
{
border-color: #FEB25B;
}
</style>