Shades of Texas Rose #FEB45B
Tints of Texas Rose #FEB45B
RGB
CMYK
RGB Variations
Color information
#FEB45B (or 0xFEB45B) is known color: Texas Rose. HEX triplet: FE, B4 and 5B. RGB value is (254,180,91). Sum of RGB (Red+Green+Blue) = 254+180+91=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB45B is #014BA4. Grayscale: #C0C0C0. Windows color (decimal): -84901 or 6010110. OLE color: 6010110.
HSL color Cylindrical-coordinate representation of color #FEB45B: hue angle of 32.76º 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 #FEB45B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 91 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.00 |
| HSL | 32.76º | 0.99% | 0.68% | - |
| HSV(B) | 32.76º | 0.64% | 1% | - |
| XYZ | 59.08 | 54.47 | 17.3 | - |
| YUV | 191.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 91 | 0 | 0.29 | 0.64 | 0.00 | 32.76 | 0.99 | 0.68 |
| Hex | FE | B4 | 5B | 0 | 1D | 40 | 0 | 21 | 63 | 44 |
| Octal | 376 | 264 | 133 | 0 | 35 | 100 | 0 | 41 | 143 | 104 |
| Binary | 11111110 | 10110100 | 1011011 | 0 | 11101 | 1000000 | 0 | 100001 | 1100011 | 1000100 |
Color Harmonies of #FEB45B
Complementary color
Monochromatic Colors of #FEB45B
Black with #FEB45B
Text Example
Text Example
White with #FEB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB45B; }
p { color: rgb(254,180,91); }
H1.HeaderClassName
{
color: #FEB45B;
}
.AnyTagClassName
{
color: #FEB45B;
}
</style>
background-color css
<style>
a { background-color: #FEB45B; }
a { background-color: rgb(254,180,91); }
div.DivClassName
{
background-color: #FEB45B;
}
.BgClassName
{
background-color: #FEB45B;
}
</style>
border-color css
<style>
span { border-color: #FEB45B; }
span { border-color: rgb(254,180,91); }
td.TdClassName
{
border-color: #FEB45B;
}
.TagClassName
{
border-color: #FEB45B;
}
</style>