Shades of Texas Rose #FEAD56
Tints of Texas Rose #FEAD56
RGB
CMYK
RGB Variations
Color information
#FEAD56 (or 0xFEAD56) is known color: Texas Rose. HEX triplet: FE, AD and 56. RGB value is (254,173,86). Sum of RGB (Red+Green+Blue) = 254+173+86=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD56 is #0152A9. Grayscale: #BBBBBB. Windows color (decimal): -86698 or 5680638. OLE color: 5680638.
HSL color Cylindrical-coordinate representation of color #FEAD56: hue angle of 31.07º 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 #FEAD56 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 86 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.00 |
| HSL | 31.07º | 0.99% | 0.67% | - |
| HSV(B) | 31.07º | 0.66% | 1% | - |
| XYZ | 57.5 | 51.63 | 15.74 | - |
| YUV | 187.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 86 | 0 | 0.32 | 0.66 | 0.00 | 31.07 | 0.99 | 0.67 |
| Hex | FE | AD | 56 | 0 | 20 | 42 | 0 | 1F | 63 | 43 |
| Octal | 376 | 255 | 126 | 0 | 40 | 102 | 0 | 37 | 143 | 103 |
| Binary | 11111110 | 10101101 | 1010110 | 0 | 100000 | 1000010 | 0 | 11111 | 1100011 | 1000011 |
Color Harmonies of #FEAD56
Complementary color
Monochromatic Colors of #FEAD56
Black with #FEAD56
Text Example
Text Example
White with #FEAD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD56; }
p { color: rgb(254,173,86); }
H1.HeaderClassName
{
color: #FEAD56;
}
.AnyTagClassName
{
color: #FEAD56;
}
</style>
background-color css
<style>
a { background-color: #FEAD56; }
a { background-color: rgb(254,173,86); }
div.DivClassName
{
background-color: #FEAD56;
}
.BgClassName
{
background-color: #FEAD56;
}
</style>
border-color css
<style>
span { border-color: #FEAD56; }
span { border-color: rgb(254,173,86); }
td.TdClassName
{
border-color: #FEAD56;
}
.TagClassName
{
border-color: #FEAD56;
}
</style>