Shades of Texas Rose #FBAD55
Tints of Texas Rose #FBAD55
RGB
CMYK
RGB Variations
Color information
#FBAD55 (or 0xFBAD55) is known color: Texas Rose. HEX triplet: FB, AD and 55. RGB value is (251,173,85). Sum of RGB (Red+Green+Blue) = 251+173+85=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAD55 is #0452AA. Grayscale: #BABABA. Windows color (decimal): -283307 or 5615099. OLE color: 5615099.
HSL color Cylindrical-coordinate representation of color #FBAD55: hue angle of 31.81º 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 #FBAD55 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 85 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.02 |
| HSL | 31.81º | 0.95% | 0.66% | - |
| HSV(B) | 31.81º | 0.66% | 0.98% | - |
| XYZ | 56.37 | 51.05 | 15.48 | - |
| YUV | 186.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 85 | 0 | 0.31 | 0.66 | 0.02 | 31.81 | 0.95 | 0.66 |
| Hex | FB | AD | 55 | 0 | 1F | 42 | 2 | 20 | 5F | 42 |
| Octal | 373 | 255 | 125 | 0 | 37 | 102 | 2 | 40 | 137 | 102 |
| Binary | 11111011 | 10101101 | 1010101 | 0 | 11111 | 1000010 | 10 | 100000 | 1011111 | 1000010 |
Color Harmonies of #FBAD55
Complementary color
Monochromatic Colors of #FBAD55
Black with #FBAD55
Text Example
Text Example
White with #FBAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAD55; }
p { color: rgb(251,173,85); }
H1.HeaderClassName
{
color: #FBAD55;
}
.AnyTagClassName
{
color: #FBAD55;
}
</style>
background-color css
<style>
a { background-color: #FBAD55; }
a { background-color: rgb(251,173,85); }
div.DivClassName
{
background-color: #FBAD55;
}
.BgClassName
{
background-color: #FBAD55;
}
</style>
border-color css
<style>
span { border-color: #FBAD55; }
span { border-color: rgb(251,173,85); }
td.TdClassName
{
border-color: #FBAD55;
}
.TagClassName
{
border-color: #FBAD55;
}
</style>