Shades of Texas Rose #FBA954
Tints of Texas Rose #FBA954
RGB
CMYK
RGB Variations
Color information
#FBA954 (or 0xFBA954) is known color: Texas Rose. HEX triplet: FB, A9 and 54. RGB value is (251,169,84). Sum of RGB (Red+Green+Blue) = 251+169+84=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA954 is #0456AB. Grayscale: #B8B8B8. Windows color (decimal): -284332 or 5548539. OLE color: 5548539.
HSL color Cylindrical-coordinate representation of color #FBA954: hue angle of 30.54º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBA954 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 84 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.02 |
| HSL | 30.54º | 0.95% | 0.66% | - |
| HSV(B) | 30.54º | 0.67% | 0.98% | - |
| XYZ | 55.57 | 49.53 | 15.02 | - |
| YUV | 183.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 84 | 0 | 0.33 | 0.67 | 0.02 | 30.54 | 0.95 | 0.66 |
| Hex | FB | A9 | 54 | 0 | 21 | 43 | 2 | 1F | 5F | 42 |
| Octal | 373 | 251 | 124 | 0 | 41 | 103 | 2 | 37 | 137 | 102 |
| Binary | 11111011 | 10101001 | 1010100 | 0 | 100001 | 1000011 | 10 | 11111 | 1011111 | 1000010 |
Color Harmonies of #FBA954
Complementary color
Monochromatic Colors of #FBA954
Black with #FBA954
Text Example
Text Example
White with #FBA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA954; }
p { color: rgb(251,169,84); }
H1.HeaderClassName
{
color: #FBA954;
}
.AnyTagClassName
{
color: #FBA954;
}
</style>
background-color css
<style>
a { background-color: #FBA954; }
a { background-color: rgb(251,169,84); }
div.DivClassName
{
background-color: #FBA954;
}
.BgClassName
{
background-color: #FBA954;
}
</style>
border-color css
<style>
span { border-color: #FBA954; }
span { border-color: rgb(251,169,84); }
td.TdClassName
{
border-color: #FBA954;
}
.TagClassName
{
border-color: #FBA954;
}
</style>