Shades of Texas Rose #FBA853
Tints of Texas Rose #FBA853
RGB
CMYK
RGB Variations
Color information
#FBA853 (or 0xFBA853) is known color: Texas Rose. HEX triplet: FB, A8 and 53. RGB value is (251,168,83). Sum of RGB (Red+Green+Blue) = 251+168+83=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA853 is #0457AC. Grayscale: #B7B7B7. Windows color (decimal): -284589 or 5482747. OLE color: 5482747.
HSL color Cylindrical-coordinate representation of color #FBA853: hue angle of 30.36º 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 #FBA853 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 83 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.02 |
| HSL | 30.36º | 0.95% | 0.65% | - |
| HSV(B) | 30.36º | 0.67% | 0.98% | - |
| XYZ | 55.35 | 49.14 | 14.75 | - |
| YUV | 183.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 83 | 0 | 0.33 | 0.67 | 0.02 | 30.36 | 0.95 | 0.65 |
| Hex | FB | A8 | 53 | 0 | 21 | 43 | 2 | 1E | 5F | 41 |
| Octal | 373 | 250 | 123 | 0 | 41 | 103 | 2 | 36 | 137 | 101 |
| Binary | 11111011 | 10101000 | 1010011 | 0 | 100001 | 1000011 | 10 | 11110 | 1011111 | 1000001 |
Color Harmonies of #FBA853
Complementary color
Monochromatic Colors of #FBA853
Black with #FBA853
Text Example
Text Example
White with #FBA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA853; }
p { color: rgb(251,168,83); }
H1.HeaderClassName
{
color: #FBA853;
}
.AnyTagClassName
{
color: #FBA853;
}
</style>
background-color css
<style>
a { background-color: #FBA853; }
a { background-color: rgb(251,168,83); }
div.DivClassName
{
background-color: #FBA853;
}
.BgClassName
{
background-color: #FBA853;
}
</style>
border-color css
<style>
span { border-color: #FBA853; }
span { border-color: rgb(251,168,83); }
td.TdClassName
{
border-color: #FBA853;
}
.TagClassName
{
border-color: #FBA853;
}
</style>