Shades of Texas Rose #FBA655
Tints of Texas Rose #FBA655
RGB
CMYK
RGB Variations
Color information
#FBA655 (or 0xFBA655) is known color: Texas Rose. HEX triplet: FB, A6 and 55. RGB value is (251,166,85). Sum of RGB (Red+Green+Blue) = 251+166+85=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA655 is #0459AA. Grayscale: #B6B6B6. Windows color (decimal): -285099 or 5613307. OLE color: 5613307.
HSL color Cylindrical-coordinate representation of color #FBA655: hue angle of 29.28º 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 #FBA655 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 85 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.02 |
| HSL | 29.28º | 0.95% | 0.66% | - |
| HSV(B) | 29.28º | 0.66% | 0.98% | - |
| XYZ | 55.06 | 48.44 | 15.04 | - |
| YUV | 182.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 85 | 0 | 0.34 | 0.66 | 0.02 | 29.28 | 0.95 | 0.66 |
| Hex | FB | A6 | 55 | 0 | 22 | 42 | 2 | 1D | 5F | 42 |
| Octal | 373 | 246 | 125 | 0 | 42 | 102 | 2 | 35 | 137 | 102 |
| Binary | 11111011 | 10100110 | 1010101 | 0 | 100010 | 1000010 | 10 | 11101 | 1011111 | 1000010 |
Color Harmonies of #FBA655
Complementary color
Monochromatic Colors of #FBA655
Black with #FBA655
Text Example
Text Example
White with #FBA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA655; }
p { color: rgb(251,166,85); }
H1.HeaderClassName
{
color: #FBA655;
}
.AnyTagClassName
{
color: #FBA655;
}
</style>
background-color css
<style>
a { background-color: #FBA655; }
a { background-color: rgb(251,166,85); }
div.DivClassName
{
background-color: #FBA655;
}
.BgClassName
{
background-color: #FBA655;
}
</style>
border-color css
<style>
span { border-color: #FBA655; }
span { border-color: rgb(251,166,85); }
td.TdClassName
{
border-color: #FBA655;
}
.TagClassName
{
border-color: #FBA655;
}
</style>