Shades of Texas Rose #FBA958
Tints of Texas Rose #FBA958
RGB
CMYK
RGB Variations
Color information
#FBA958 (or 0xFBA958) is known color: Texas Rose. HEX triplet: FB, A9 and 58. RGB value is (251,169,88). Sum of RGB (Red+Green+Blue) = 251+169+88=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA958 is #0456A7. Grayscale: #B8B8B8. Windows color (decimal): -284328 or 5810683. OLE color: 5810683.
HSL color Cylindrical-coordinate representation of color #FBA958: hue angle of 29.82º degrees, saturation: 0.95, 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 #FBA958 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 88 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.02 |
| HSL | 29.82º | 0.95% | 0.66% | - |
| HSV(B) | 29.82º | 0.65% | 0.98% | - |
| XYZ | 55.73 | 49.59 | 15.87 | - |
| YUV | 184.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 88 | 0 | 0.33 | 0.65 | 0.02 | 29.82 | 0.95 | 0.66 |
| Hex | FB | A9 | 58 | 0 | 21 | 41 | 2 | 1E | 5F | 42 |
| Octal | 373 | 251 | 130 | 0 | 41 | 101 | 2 | 36 | 137 | 102 |
| Binary | 11111011 | 10101001 | 1011000 | 0 | 100001 | 1000001 | 10 | 11110 | 1011111 | 1000010 |
Color Harmonies of #FBA958
Complementary color
Monochromatic Colors of #FBA958
Black with #FBA958
Text Example
Text Example
White with #FBA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA958; }
p { color: rgb(251,169,88); }
H1.HeaderClassName
{
color: #FBA958;
}
.AnyTagClassName
{
color: #FBA958;
}
</style>
background-color css
<style>
a { background-color: #FBA958; }
a { background-color: rgb(251,169,88); }
div.DivClassName
{
background-color: #FBA958;
}
.BgClassName
{
background-color: #FBA958;
}
</style>
border-color css
<style>
span { border-color: #FBA958; }
span { border-color: rgb(251,169,88); }
td.TdClassName
{
border-color: #FBA958;
}
.TagClassName
{
border-color: #FBA958;
}
</style>