Shades of Texas Rose #FBA956
Tints of Texas Rose #FBA956
RGB
CMYK
RGB Variations
Color information
#FBA956 (or 0xFBA956) is known color: Texas Rose. HEX triplet: FB, A9 and 56. RGB value is (251,169,86). Sum of RGB (Red+Green+Blue) = 251+169+86=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA956 is #0456A9. Grayscale: #B8B8B8. Windows color (decimal): -284330 or 5679611. OLE color: 5679611.
HSL color Cylindrical-coordinate representation of color #FBA956: hue angle of 30.18º 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 #FBA956 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 86 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.02 |
| HSL | 30.18º | 0.95% | 0.66% | - |
| HSV(B) | 30.18º | 0.66% | 0.98% | - |
| XYZ | 55.65 | 49.56 | 15.44 | - |
| YUV | 184.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 86 | 0 | 0.33 | 0.66 | 0.02 | 30.18 | 0.95 | 0.66 |
| Hex | FB | A9 | 56 | 0 | 21 | 42 | 2 | 1E | 5F | 42 |
| Octal | 373 | 251 | 126 | 0 | 41 | 102 | 2 | 36 | 137 | 102 |
| Binary | 11111011 | 10101001 | 1010110 | 0 | 100001 | 1000010 | 10 | 11110 | 1011111 | 1000010 |
Color Harmonies of #FBA956
Complementary color
Monochromatic Colors of #FBA956
Black with #FBA956
Text Example
Text Example
White with #FBA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA956; }
p { color: rgb(251,169,86); }
H1.HeaderClassName
{
color: #FBA956;
}
.AnyTagClassName
{
color: #FBA956;
}
</style>
background-color css
<style>
a { background-color: #FBA956; }
a { background-color: rgb(251,169,86); }
div.DivClassName
{
background-color: #FBA956;
}
.BgClassName
{
background-color: #FBA956;
}
</style>
border-color css
<style>
span { border-color: #FBA956; }
span { border-color: rgb(251,169,86); }
td.TdClassName
{
border-color: #FBA956;
}
.TagClassName
{
border-color: #FBA956;
}
</style>