Shades of Texas Rose #FBB659
Tints of Texas Rose #FBB659
RGB
CMYK
RGB Variations
Color information
#FBB659 (or 0xFBB659) is known color: Texas Rose. HEX triplet: FB, B6 and 59. RGB value is (251,182,89). Sum of RGB (Red+Green+Blue) = 251+182+89=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB659 is #0449A6. Grayscale: #C0C0C0. Windows color (decimal): -280999 or 5879547. OLE color: 5879547.
HSL color Cylindrical-coordinate representation of color #FBB659: hue angle of 34.44º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBB659 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 89 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.02 |
| HSL | 34.44º | 0.95% | 0.67% | - |
| HSV(B) | 34.44º | 0.65% | 0.98% | - |
| XYZ | 58.31 | 54.69 | 16.93 | - |
| YUV | 192.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 89 | 0 | 0.27 | 0.65 | 0.02 | 34.44 | 0.95 | 0.67 |
| Hex | FB | B6 | 59 | 0 | 1B | 41 | 2 | 22 | 5F | 43 |
| Octal | 373 | 266 | 131 | 0 | 33 | 101 | 2 | 42 | 137 | 103 |
| Binary | 11111011 | 10110110 | 1011001 | 0 | 11011 | 1000001 | 10 | 100010 | 1011111 | 1000011 |
Color Harmonies of #FBB659
Complementary color
Monochromatic Colors of #FBB659
Black with #FBB659
Text Example
Text Example
White with #FBB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB659; }
p { color: rgb(251,182,89); }
H1.HeaderClassName
{
color: #FBB659;
}
.AnyTagClassName
{
color: #FBB659;
}
</style>
background-color css
<style>
a { background-color: #FBB659; }
a { background-color: rgb(251,182,89); }
div.DivClassName
{
background-color: #FBB659;
}
.BgClassName
{
background-color: #FBB659;
}
</style>
border-color css
<style>
span { border-color: #FBB659; }
span { border-color: rgb(251,182,89); }
td.TdClassName
{
border-color: #FBB659;
}
.TagClassName
{
border-color: #FBB659;
}
</style>