Shades of Texas Rose #F9B053
Tints of Texas Rose #F9B053
RGB
CMYK
RGB Variations
Color information
#F9B053 (or 0xF9B053) is known color: Texas Rose. HEX triplet: F9, B0 and 53. RGB value is (249,176,83). Sum of RGB (Red+Green+Blue) = 249+176+83=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B053 is #064FAC. Grayscale: #BBBBBB. Windows color (decimal): -413613 or 5484793. OLE color: 5484793.
HSL color Cylindrical-coordinate representation of color #F9B053: hue angle of 33.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9B053 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.02 |
| HSL | 33.61º | 0.93% | 0.65% | - |
| HSV(B) | 33.61º | 0.67% | 0.98% | - |
| XYZ | 56.15 | 51.81 | 15.23 | - |
| YUV | 187.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 83 | 0 | 0.29 | 0.67 | 0.02 | 33.61 | 0.93 | 0.65 |
| Hex | F9 | B0 | 53 | 0 | 1D | 43 | 2 | 22 | 5D | 41 |
| Octal | 371 | 260 | 123 | 0 | 35 | 103 | 2 | 42 | 135 | 101 |
| Binary | 11111001 | 10110000 | 1010011 | 0 | 11101 | 1000011 | 10 | 100010 | 1011101 | 1000001 |
Color Harmonies of #F9B053
Complementary color
Monochromatic Colors of #F9B053
Black with #F9B053
Text Example
Text Example
White with #F9B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B053; }
p { color: rgb(249,176,83); }
H1.HeaderClassName
{
color: #F9B053;
}
.AnyTagClassName
{
color: #F9B053;
}
</style>
background-color css
<style>
a { background-color: #F9B053; }
a { background-color: rgb(249,176,83); }
div.DivClassName
{
background-color: #F9B053;
}
.BgClassName
{
background-color: #F9B053;
}
</style>
border-color css
<style>
span { border-color: #F9B053; }
span { border-color: rgb(249,176,83); }
td.TdClassName
{
border-color: #F9B053;
}
.TagClassName
{
border-color: #F9B053;
}
</style>