Shades of Texas Rose #F9BB5E
Tints of Texas Rose #F9BB5E
RGB
CMYK
RGB Variations
Color information
#F9BB5E (or 0xF9BB5E) is known color: Texas Rose. HEX triplet: F9, BB and 5E. RGB value is (249,187,94). Sum of RGB (Red+Green+Blue) = 249+187+94=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BB5E is #0644A1. Grayscale: #C3C3C3. Windows color (decimal): -410786 or 6208505. OLE color: 6208505.
HSL color Cylindrical-coordinate representation of color #F9BB5E: hue angle of 36º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9BB5E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 94 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.02 |
| HSL | 36º | 0.93% | 0.67% | - |
| HSV(B) | 36º | 0.62% | 0.98% | - |
| XYZ | 58.86 | 56.49 | 18.39 | - |
| YUV | 194.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 94 | 0 | 0.25 | 0.62 | 0.02 | 36 | 0.93 | 0.67 |
| Hex | F9 | BB | 5E | 0 | 19 | 3E | 2 | 24 | 5D | 43 |
| Octal | 371 | 273 | 136 | 0 | 31 | 76 | 2 | 44 | 135 | 103 |
| Binary | 11111001 | 10111011 | 1011110 | 0 | 11001 | 111110 | 10 | 100100 | 1011101 | 1000011 |
Color Harmonies of #F9BB5E
Complementary color
Monochromatic Colors of #F9BB5E
Black with #F9BB5E
Text Example
Text Example
White with #F9BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB5E; }
p { color: rgb(249,187,94); }
H1.HeaderClassName
{
color: #F9BB5E;
}
.AnyTagClassName
{
color: #F9BB5E;
}
</style>
background-color css
<style>
a { background-color: #F9BB5E; }
a { background-color: rgb(249,187,94); }
div.DivClassName
{
background-color: #F9BB5E;
}
.BgClassName
{
background-color: #F9BB5E;
}
</style>
border-color css
<style>
span { border-color: #F9BB5E; }
span { border-color: rgb(249,187,94); }
td.TdClassName
{
border-color: #F9BB5E;
}
.TagClassName
{
border-color: #F9BB5E;
}
</style>