Shades of Texas Rose #FFB256
Tints of Texas Rose #FFB256
RGB
CMYK
RGB Variations
Color information
#FFB256 (or 0xFFB256) is known color: Texas Rose. HEX triplet: FF, B2 and 56. RGB value is (255,178,86). Sum of RGB (Red+Green+Blue) = 255+178+86=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB256 is #004DA9. Grayscale: #BEBEBE. Windows color (decimal): -19882 or 5681919. OLE color: 5681919.
HSL color Cylindrical-coordinate representation of color #FFB256: hue angle of 32.66º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB256 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 86 | - |
| CMYK | 0 | 0.30 | 0.66 | 0 |
| HSL | 32.66º | 1% | 0.67% | - |
| HSV(B) | 32.66º | 0.66% | 1% | - |
| XYZ | 58.84 | 53.77 | 16.08 | - |
| YUV | 190.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 86 | 0 | 0.30 | 0.66 | 0 | 32.66 | 1 | 0.67 |
| Hex | FF | B2 | 56 | 0 | 1E | 42 | 0 | 21 | 64 | 43 |
| Octal | 377 | 262 | 126 | 0 | 36 | 102 | 0 | 41 | 144 | 103 |
| Binary | 11111111 | 10110010 | 1010110 | 0 | 11110 | 1000010 | 0 | 100001 | 1100100 | 1000011 |
Color Harmonies of #FFB256
Complementary color
Monochromatic Colors of #FFB256
Black with #FFB256
Text Example
Text Example
White with #FFB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB256; }
p { color: rgb(255,178,86); }
H1.HeaderClassName
{
color: #FFB256;
}
.AnyTagClassName
{
color: #FFB256;
}
</style>
background-color css
<style>
a { background-color: #FFB256; }
a { background-color: rgb(255,178,86); }
div.DivClassName
{
background-color: #FFB256;
}
.BgClassName
{
background-color: #FFB256;
}
</style>
border-color css
<style>
span { border-color: #FFB256; }
span { border-color: rgb(255,178,86); }
td.TdClassName
{
border-color: #FFB256;
}
.TagClassName
{
border-color: #FFB256;
}
</style>