Shades of Texas Rose #FBA951
Tints of Texas Rose #FBA951
RGB
CMYK
RGB Variations
Color information
#FBA951 (or 0xFBA951) is known color: Texas Rose. HEX triplet: FB, A9 and 51. RGB value is (251,169,81). Sum of RGB (Red+Green+Blue) = 251+169+81=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA951 is #0456AE. Grayscale: #B7B7B7. Windows color (decimal): -284335 or 5351931. OLE color: 5351931.
HSL color Cylindrical-coordinate representation of color #FBA951: hue angle of 31.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBA951 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 81 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.02 |
| HSL | 31.06º | 0.96% | 0.65% | - |
| HSV(B) | 31.06º | 0.68% | 0.98% | - |
| XYZ | 55.46 | 49.48 | 14.41 | - |
| YUV | 183.49 | 70.17 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 81 | 0 | 0.33 | 0.68 | 0.02 | 31.06 | 0.96 | 0.65 |
| Hex | FB | A9 | 51 | 0 | 21 | 44 | 2 | 1F | 60 | 41 |
| Octal | 373 | 251 | 121 | 0 | 41 | 104 | 2 | 37 | 140 | 101 |
| Binary | 11111011 | 10101001 | 1010001 | 0 | 100001 | 1000100 | 10 | 11111 | 1100000 | 1000001 |
Color Harmonies of #FBA951
Complementary color
Monochromatic Colors of #FBA951
Black with #FBA951
Text Example
Text Example
White with #FBA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA951; }
p { color: rgb(251,169,81); }
H1.HeaderClassName
{
color: #FBA951;
}
.AnyTagClassName
{
color: #FBA951;
}
</style>
background-color css
<style>
a { background-color: #FBA951; }
a { background-color: rgb(251,169,81); }
div.DivClassName
{
background-color: #FBA951;
}
.BgClassName
{
background-color: #FBA951;
}
</style>
border-color css
<style>
span { border-color: #FBA951; }
span { border-color: rgb(251,169,81); }
td.TdClassName
{
border-color: #FBA951;
}
.TagClassName
{
border-color: #FBA951;
}
</style>