Shades of Texas Rose #FBA753
Tints of Texas Rose #FBA753
RGB
CMYK
RGB Variations
Color information
#FBA753 (or 0xFBA753) is known color: Texas Rose. HEX triplet: FB, A7 and 53. RGB value is (251,167,83). Sum of RGB (Red+Green+Blue) = 251+167+83=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA753 is #0458AC. Grayscale: #B6B6B6. Windows color (decimal): -284845 or 5482491. OLE color: 5482491.
HSL color Cylindrical-coordinate representation of color #FBA753: hue angle of 30º 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 #FBA753 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 83 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.02 |
| HSL | 30º | 0.95% | 0.65% | - |
| HSV(B) | 30º | 0.67% | 0.98% | - |
| XYZ | 55.16 | 48.77 | 14.69 | - |
| YUV | 182.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 83 | 0 | 0.33 | 0.67 | 0.02 | 30 | 0.95 | 0.65 |
| Hex | FB | A7 | 53 | 0 | 21 | 43 | 2 | 1E | 5F | 41 |
| Octal | 373 | 247 | 123 | 0 | 41 | 103 | 2 | 36 | 137 | 101 |
| Binary | 11111011 | 10100111 | 1010011 | 0 | 100001 | 1000011 | 10 | 11110 | 1011111 | 1000001 |
Color Harmonies of #FBA753
Complementary color
Monochromatic Colors of #FBA753
Black with #FBA753
Text Example
Text Example
White with #FBA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA753; }
p { color: rgb(251,167,83); }
H1.HeaderClassName
{
color: #FBA753;
}
.AnyTagClassName
{
color: #FBA753;
}
</style>
background-color css
<style>
a { background-color: #FBA753; }
a { background-color: rgb(251,167,83); }
div.DivClassName
{
background-color: #FBA753;
}
.BgClassName
{
background-color: #FBA753;
}
</style>
border-color css
<style>
span { border-color: #FBA753; }
span { border-color: rgb(251,167,83); }
td.TdClassName
{
border-color: #FBA753;
}
.TagClassName
{
border-color: #FBA753;
}
</style>