Shades of Texas Rose #FEB356
Tints of Texas Rose #FEB356
RGB
CMYK
RGB Variations
Color information
#FEB356 (or 0xFEB356) is known color: Texas Rose. HEX triplet: FE, B3 and 56. RGB value is (254,179,86). Sum of RGB (Red+Green+Blue) = 254+179+86=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB356 is #014CA9. Grayscale: #BFBFBF. Windows color (decimal): -85162 or 5682174. OLE color: 5682174.
HSL color Cylindrical-coordinate representation of color #FEB356: hue angle of 33.21º 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 #FEB356 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 86 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.00 |
| HSL | 33.21º | 0.99% | 0.67% | - |
| HSV(B) | 33.21º | 0.66% | 1% | - |
| XYZ | 58.67 | 53.98 | 16.13 | - |
| YUV | 190.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 86 | 0 | 0.30 | 0.66 | 0.00 | 33.21 | 0.99 | 0.67 |
| Hex | FE | B3 | 56 | 0 | 1E | 42 | 0 | 21 | 63 | 43 |
| Octal | 376 | 263 | 126 | 0 | 36 | 102 | 0 | 41 | 143 | 103 |
| Binary | 11111110 | 10110011 | 1010110 | 0 | 11110 | 1000010 | 0 | 100001 | 1100011 | 1000011 |
Color Harmonies of #FEB356
Complementary color
Monochromatic Colors of #FEB356
Black with #FEB356
Text Example
Text Example
White with #FEB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB356; }
p { color: rgb(254,179,86); }
H1.HeaderClassName
{
color: #FEB356;
}
.AnyTagClassName
{
color: #FEB356;
}
</style>
background-color css
<style>
a { background-color: #FEB356; }
a { background-color: rgb(254,179,86); }
div.DivClassName
{
background-color: #FEB356;
}
.BgClassName
{
background-color: #FEB356;
}
</style>
border-color css
<style>
span { border-color: #FEB356; }
span { border-color: rgb(254,179,86); }
td.TdClassName
{
border-color: #FEB356;
}
.TagClassName
{
border-color: #FEB356;
}
</style>