Shades of Texas Rose #FBB55B
Tints of Texas Rose #FBB55B
RGB
CMYK
RGB Variations
Color information
#FBB55B (or 0xFBB55B) is known color: Texas Rose. HEX triplet: FB, B5 and 5B. RGB value is (251,181,91). Sum of RGB (Red+Green+Blue) = 251+181+91=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB55B is #044AA4. Grayscale: #C0C0C0. Windows color (decimal): -281253 or 6010363. OLE color: 6010363.
HSL color Cylindrical-coordinate representation of color #FBB55B: hue angle of 33.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBB55B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 91 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.02 |
| HSL | 33.75º | 0.95% | 0.67% | - |
| HSV(B) | 33.75º | 0.64% | 0.98% | - |
| XYZ | 58.2 | 54.31 | 17.31 | - |
| YUV | 191.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 91 | 0 | 0.28 | 0.64 | 0.02 | 33.75 | 0.95 | 0.67 |
| Hex | FB | B5 | 5B | 0 | 1C | 40 | 2 | 22 | 5F | 43 |
| Octal | 373 | 265 | 133 | 0 | 34 | 100 | 2 | 42 | 137 | 103 |
| Binary | 11111011 | 10110101 | 1011011 | 0 | 11100 | 1000000 | 10 | 100010 | 1011111 | 1000011 |
Color Harmonies of #FBB55B
Complementary color
Monochromatic Colors of #FBB55B
Black with #FBB55B
Text Example
Text Example
White with #FBB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB55B; }
p { color: rgb(251,181,91); }
H1.HeaderClassName
{
color: #FBB55B;
}
.AnyTagClassName
{
color: #FBB55B;
}
</style>
background-color css
<style>
a { background-color: #FBB55B; }
a { background-color: rgb(251,181,91); }
div.DivClassName
{
background-color: #FBB55B;
}
.BgClassName
{
background-color: #FBB55B;
}
</style>
border-color css
<style>
span { border-color: #FBB55B; }
span { border-color: rgb(251,181,91); }
td.TdClassName
{
border-color: #FBB55B;
}
.TagClassName
{
border-color: #FBB55B;
}
</style>