Shades of Texas Rose #F9B05A
Tints of Texas Rose #F9B05A
RGB
CMYK
RGB Variations
Color information
#F9B05A (or 0xF9B05A) is known color: Texas Rose. HEX triplet: F9, B0 and 5A. RGB value is (249,176,90). Sum of RGB (Red+Green+Blue) = 249+176+90=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B05A is #064FA5. Grayscale: #BCBCBC. Windows color (decimal): -413606 or 5943545. OLE color: 5943545.
HSL color Cylindrical-coordinate representation of color #F9B05A: hue angle of 32.45º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9B05A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 90 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.02 |
| HSL | 32.45º | 0.93% | 0.66% | - |
| HSV(B) | 32.45º | 0.64% | 0.98% | - |
| XYZ | 56.44 | 51.93 | 16.72 | - |
| YUV | 188.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 90 | 0 | 0.29 | 0.64 | 0.02 | 32.45 | 0.93 | 0.66 |
| Hex | F9 | B0 | 5A | 0 | 1D | 40 | 2 | 20 | 5D | 42 |
| Octal | 371 | 260 | 132 | 0 | 35 | 100 | 2 | 40 | 135 | 102 |
| Binary | 11111001 | 10110000 | 1011010 | 0 | 11101 | 1000000 | 10 | 100000 | 1011101 | 1000010 |
Color Harmonies of #F9B05A
Complementary color
Monochromatic Colors of #F9B05A
Black with #F9B05A
Text Example
Text Example
White with #F9B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B05A; }
p { color: rgb(249,176,90); }
H1.HeaderClassName
{
color: #F9B05A;
}
.AnyTagClassName
{
color: #F9B05A;
}
</style>
background-color css
<style>
a { background-color: #F9B05A; }
a { background-color: rgb(249,176,90); }
div.DivClassName
{
background-color: #F9B05A;
}
.BgClassName
{
background-color: #F9B05A;
}
</style>
border-color css
<style>
span { border-color: #F9B05A; }
span { border-color: rgb(249,176,90); }
td.TdClassName
{
border-color: #F9B05A;
}
.TagClassName
{
border-color: #F9B05A;
}
</style>