Shades of Texas Rose #FBA955
Tints of Texas Rose #FBA955
RGB
CMYK
RGB Variations
Color information
#FBA955 (or 0xFBA955) is known color: Texas Rose. HEX triplet: FB, A9 and 55. RGB value is (251,169,85). Sum of RGB (Red+Green+Blue) = 251+169+85=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA955 is #0456AA. Grayscale: #B8B8B8. Windows color (decimal): -284331 or 5614075. OLE color: 5614075.
HSL color Cylindrical-coordinate representation of color #FBA955: hue angle of 30.36º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBA955 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 85 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.02 |
| HSL | 30.36º | 0.95% | 0.66% | - |
| HSV(B) | 30.36º | 0.66% | 0.98% | - |
| XYZ | 55.61 | 49.54 | 15.23 | - |
| YUV | 183.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 85 | 0 | 0.33 | 0.66 | 0.02 | 30.36 | 0.95 | 0.66 |
| Hex | FB | A9 | 55 | 0 | 21 | 42 | 2 | 1E | 5F | 42 |
| Octal | 373 | 251 | 125 | 0 | 41 | 102 | 2 | 36 | 137 | 102 |
| Binary | 11111011 | 10101001 | 1010101 | 0 | 100001 | 1000010 | 10 | 11110 | 1011111 | 1000010 |
Color Harmonies of #FBA955
Complementary color
Monochromatic Colors of #FBA955
Black with #FBA955
Text Example
Text Example
White with #FBA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA955; }
p { color: rgb(251,169,85); }
H1.HeaderClassName
{
color: #FBA955;
}
.AnyTagClassName
{
color: #FBA955;
}
</style>
background-color css
<style>
a { background-color: #FBA955; }
a { background-color: rgb(251,169,85); }
div.DivClassName
{
background-color: #FBA955;
}
.BgClassName
{
background-color: #FBA955;
}
</style>
border-color css
<style>
span { border-color: #FBA955; }
span { border-color: rgb(251,169,85); }
td.TdClassName
{
border-color: #FBA955;
}
.TagClassName
{
border-color: #FBA955;
}
</style>