Shades of Texas Rose #FEAD51
Tints of Texas Rose #FEAD51
RGB
CMYK
RGB Variations
Color information
#FEAD51 (or 0xFEAD51) is known color: Texas Rose. HEX triplet: FE, AD and 51. RGB value is (254,173,81). Sum of RGB (Red+Green+Blue) = 254+173+81=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD51 is #0152AE. Grayscale: #BBBBBB. Windows color (decimal): -86703 or 5352958. OLE color: 5352958.
HSL color Cylindrical-coordinate representation of color #FEAD51: hue angle of 31.91º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEAD51 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 81 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.00 |
| HSL | 31.91º | 0.99% | 0.66% | - |
| HSV(B) | 31.91º | 0.68% | 1% | - |
| XYZ | 57.3 | 51.55 | 14.71 | - |
| YUV | 186.73 | 68.34 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 81 | 0 | 0.32 | 0.68 | 0.00 | 31.91 | 0.99 | 0.66 |
| Hex | FE | AD | 51 | 0 | 20 | 44 | 0 | 20 | 63 | 42 |
| Octal | 376 | 255 | 121 | 0 | 40 | 104 | 0 | 40 | 143 | 102 |
| Binary | 11111110 | 10101101 | 1010001 | 0 | 100000 | 1000100 | 0 | 100000 | 1100011 | 1000010 |
Color Harmonies of #FEAD51
Complementary color
Monochromatic Colors of #FEAD51
Black with #FEAD51
Text Example
Text Example
White with #FEAD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD51; }
p { color: rgb(254,173,81); }
H1.HeaderClassName
{
color: #FEAD51;
}
.AnyTagClassName
{
color: #FEAD51;
}
</style>
background-color css
<style>
a { background-color: #FEAD51; }
a { background-color: rgb(254,173,81); }
div.DivClassName
{
background-color: #FEAD51;
}
.BgClassName
{
background-color: #FEAD51;
}
</style>
border-color css
<style>
span { border-color: #FEAD51; }
span { border-color: rgb(254,173,81); }
td.TdClassName
{
border-color: #FEAD51;
}
.TagClassName
{
border-color: #FEAD51;
}
</style>