Shades of Texas Rose #FBB256
Tints of Texas Rose #FBB256
RGB
CMYK
RGB Variations
Color information
#FBB256 (or 0xFBB256) is known color: Texas Rose. HEX triplet: FB, B2 and 56. RGB value is (251,178,86). Sum of RGB (Red+Green+Blue) = 251+178+86=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB256 is #044DA9. Grayscale: #BDBDBD. Windows color (decimal): -282026 or 5681915. OLE color: 5681915.
HSL color Cylindrical-coordinate representation of color #FBB256: hue angle of 33.45º 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 #FBB256 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.02 |
| HSL | 33.45º | 0.95% | 0.66% | - |
| HSV(B) | 33.45º | 0.66% | 0.98% | - |
| XYZ | 57.38 | 53.02 | 16.01 | - |
| YUV | 189.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 86 | 0 | 0.29 | 0.66 | 0.02 | 33.45 | 0.95 | 0.66 |
| Hex | FB | B2 | 56 | 0 | 1D | 42 | 2 | 21 | 5F | 42 |
| Octal | 373 | 262 | 126 | 0 | 35 | 102 | 2 | 41 | 137 | 102 |
| Binary | 11111011 | 10110010 | 1010110 | 0 | 11101 | 1000010 | 10 | 100001 | 1011111 | 1000010 |
Color Harmonies of #FBB256
Complementary color
Monochromatic Colors of #FBB256
Black with #FBB256
Text Example
Text Example
White with #FBB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB256; }
p { color: rgb(251,178,86); }
H1.HeaderClassName
{
color: #FBB256;
}
.AnyTagClassName
{
color: #FBB256;
}
</style>
background-color css
<style>
a { background-color: #FBB256; }
a { background-color: rgb(251,178,86); }
div.DivClassName
{
background-color: #FBB256;
}
.BgClassName
{
background-color: #FBB256;
}
</style>
border-color css
<style>
span { border-color: #FBB256; }
span { border-color: rgb(251,178,86); }
td.TdClassName
{
border-color: #FBB256;
}
.TagClassName
{
border-color: #FBB256;
}
</style>