Shades of Texas Rose #FEB256
Tints of Texas Rose #FEB256
RGB
CMYK
RGB Variations
Color information
#FEB256 (or 0xFEB256) is known color: Texas Rose. HEX triplet: FE, B2 and 56. RGB value is (254,178,86). Sum of RGB (Red+Green+Blue) = 254+178+86=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB256 is #014DA9. Grayscale: #BEBEBE. Windows color (decimal): -85418 or 5681918. OLE color: 5681918.
HSL color Cylindrical-coordinate representation of color #FEB256: hue angle of 32.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEB256 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 86 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.00 |
| HSL | 32.86º | 0.99% | 0.67% | - |
| HSV(B) | 32.86º | 0.66% | 1% | - |
| XYZ | 58.47 | 53.58 | 16.06 | - |
| YUV | 190.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 86 | 0 | 0.30 | 0.66 | 0.00 | 32.86 | 0.99 | 0.67 |
| Hex | FE | B2 | 56 | 0 | 1E | 42 | 0 | 21 | 63 | 43 |
| Octal | 376 | 262 | 126 | 0 | 36 | 102 | 0 | 41 | 143 | 103 |
| Binary | 11111110 | 10110010 | 1010110 | 0 | 11110 | 1000010 | 0 | 100001 | 1100011 | 1000011 |
Color Harmonies of #FEB256
Complementary color
Monochromatic Colors of #FEB256
Black with #FEB256
Text Example
Text Example
White with #FEB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB256; }
p { color: rgb(254,178,86); }
H1.HeaderClassName
{
color: #FEB256;
}
.AnyTagClassName
{
color: #FEB256;
}
</style>
background-color css
<style>
a { background-color: #FEB256; }
a { background-color: rgb(254,178,86); }
div.DivClassName
{
background-color: #FEB256;
}
.BgClassName
{
background-color: #FEB256;
}
</style>
border-color css
<style>
span { border-color: #FEB256; }
span { border-color: rgb(254,178,86); }
td.TdClassName
{
border-color: #FEB256;
}
.TagClassName
{
border-color: #FEB256;
}
</style>