Shades of Texas Rose #F9B256
Tints of Texas Rose #F9B256
RGB
CMYK
RGB Variations
Color information
#F9B256 (or 0xF9B256) is known color: Texas Rose. HEX triplet: F9, B2 and 56. RGB value is (249,178,86). Sum of RGB (Red+Green+Blue) = 249+178+86=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B256 is #064DA9. Grayscale: #BDBDBD. Windows color (decimal): -413098 or 5681913. OLE color: 5681913.
HSL color Cylindrical-coordinate representation of color #F9B256: hue angle of 33.87º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9B256 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 86 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.02 |
| HSL | 33.87º | 0.93% | 0.66% | - |
| HSV(B) | 33.87º | 0.65% | 0.98% | - |
| XYZ | 56.67 | 52.65 | 15.98 | - |
| YUV | 188.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 86 | 0 | 0.29 | 0.65 | 0.02 | 33.87 | 0.93 | 0.66 |
| Hex | F9 | B2 | 56 | 0 | 1D | 41 | 2 | 22 | 5D | 42 |
| Octal | 371 | 262 | 126 | 0 | 35 | 101 | 2 | 42 | 135 | 102 |
| Binary | 11111001 | 10110010 | 1010110 | 0 | 11101 | 1000001 | 10 | 100010 | 1011101 | 1000010 |
Color Harmonies of #F9B256
Complementary color
Monochromatic Colors of #F9B256
Black with #F9B256
Text Example
Text Example
White with #F9B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B256; }
p { color: rgb(249,178,86); }
H1.HeaderClassName
{
color: #F9B256;
}
.AnyTagClassName
{
color: #F9B256;
}
</style>
background-color css
<style>
a { background-color: #F9B256; }
a { background-color: rgb(249,178,86); }
div.DivClassName
{
background-color: #F9B256;
}
.BgClassName
{
background-color: #F9B256;
}
</style>
border-color css
<style>
span { border-color: #F9B256; }
span { border-color: rgb(249,178,86); }
td.TdClassName
{
border-color: #F9B256;
}
.TagClassName
{
border-color: #F9B256;
}
</style>