Shades of Texas Rose #FEAD57
Tints of Texas Rose #FEAD57
RGB
CMYK
RGB Variations
Color information
#FEAD57 (or 0xFEAD57) is known color: Texas Rose. HEX triplet: FE, AD and 57. RGB value is (254,173,87). Sum of RGB (Red+Green+Blue) = 254+173+87=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD57 is #0152A8. Grayscale: #BBBBBB. Windows color (decimal): -86697 or 5746174. OLE color: 5746174.
HSL color Cylindrical-coordinate representation of color #FEAD57: hue angle of 30.9º 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 #FEAD57 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 87 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.00 |
| HSL | 30.9º | 0.99% | 0.67% | - |
| HSV(B) | 30.9º | 0.66% | 1% | - |
| XYZ | 57.54 | 51.65 | 15.95 | - |
| YUV | 187.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 87 | 0 | 0.32 | 0.66 | 0.00 | 30.9 | 0.99 | 0.67 |
| Hex | FE | AD | 57 | 0 | 20 | 42 | 0 | 1F | 63 | 43 |
| Octal | 376 | 255 | 127 | 0 | 40 | 102 | 0 | 37 | 143 | 103 |
| Binary | 11111110 | 10101101 | 1010111 | 0 | 100000 | 1000010 | 0 | 11111 | 1100011 | 1000011 |
Color Harmonies of #FEAD57
Complementary color
Monochromatic Colors of #FEAD57
Black with #FEAD57
Text Example
Text Example
White with #FEAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD57; }
p { color: rgb(254,173,87); }
H1.HeaderClassName
{
color: #FEAD57;
}
.AnyTagClassName
{
color: #FEAD57;
}
</style>
background-color css
<style>
a { background-color: #FEAD57; }
a { background-color: rgb(254,173,87); }
div.DivClassName
{
background-color: #FEAD57;
}
.BgClassName
{
background-color: #FEAD57;
}
</style>
border-color css
<style>
span { border-color: #FEAD57; }
span { border-color: rgb(254,173,87); }
td.TdClassName
{
border-color: #FEAD57;
}
.TagClassName
{
border-color: #FEAD57;
}
</style>