Shades of Texas Rose #FBA653
Tints of Texas Rose #FBA653
RGB
CMYK
RGB Variations
Color information
#FBA653 (or 0xFBA653) is known color: Texas Rose. HEX triplet: FB, A6 and 53. RGB value is (251,166,83). Sum of RGB (Red+Green+Blue) = 251+166+83=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA653 is #0459AC. Grayscale: #B6B6B6. Windows color (decimal): -285101 or 5482235. OLE color: 5482235.
HSL color Cylindrical-coordinate representation of color #FBA653: hue angle of 29.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBA653 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 83 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.02 |
| HSL | 29.64º | 0.95% | 0.65% | - |
| HSV(B) | 29.64º | 0.67% | 0.98% | - |
| XYZ | 54.98 | 48.41 | 14.63 | - |
| YUV | 181.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 83 | 0 | 0.34 | 0.67 | 0.02 | 29.64 | 0.95 | 0.65 |
| Hex | FB | A6 | 53 | 0 | 22 | 43 | 2 | 1E | 5F | 41 |
| Octal | 373 | 246 | 123 | 0 | 42 | 103 | 2 | 36 | 137 | 101 |
| Binary | 11111011 | 10100110 | 1010011 | 0 | 100010 | 1000011 | 10 | 11110 | 1011111 | 1000001 |
Color Harmonies of #FBA653
Complementary color
Monochromatic Colors of #FBA653
Black with #FBA653
Text Example
Text Example
White with #FBA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA653; }
p { color: rgb(251,166,83); }
H1.HeaderClassName
{
color: #FBA653;
}
.AnyTagClassName
{
color: #FBA653;
}
</style>
background-color css
<style>
a { background-color: #FBA653; }
a { background-color: rgb(251,166,83); }
div.DivClassName
{
background-color: #FBA653;
}
.BgClassName
{
background-color: #FBA653;
}
</style>
border-color css
<style>
span { border-color: #FBA653; }
span { border-color: rgb(251,166,83); }
td.TdClassName
{
border-color: #FBA653;
}
.TagClassName
{
border-color: #FBA653;
}
</style>