Shades of Texas Rose #FEA856
Tints of Texas Rose #FEA856
RGB
CMYK
RGB Variations
Color information
#FEA856 (or 0xFEA856) is known color: Texas Rose. HEX triplet: FE, A8 and 56. RGB value is (254,168,86). Sum of RGB (Red+Green+Blue) = 254+168+86=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA856 is #0157A9. Grayscale: #B8B8B8. Windows color (decimal): -87978 or 5679358. OLE color: 5679358.
HSL color Cylindrical-coordinate representation of color #FEA856: hue angle of 29.29º 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 #FEA856 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 86 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.00 |
| HSL | 29.29º | 0.99% | 0.67% | - |
| HSV(B) | 29.29º | 0.66% | 1% | - |
| XYZ | 56.56 | 49.75 | 15.43 | - |
| YUV | 184.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 86 | 0 | 0.34 | 0.66 | 0.00 | 29.29 | 0.99 | 0.67 |
| Hex | FE | A8 | 56 | 0 | 22 | 42 | 0 | 1D | 63 | 43 |
| Octal | 376 | 250 | 126 | 0 | 42 | 102 | 0 | 35 | 143 | 103 |
| Binary | 11111110 | 10101000 | 1010110 | 0 | 100010 | 1000010 | 0 | 11101 | 1100011 | 1000011 |
Color Harmonies of #FEA856
Complementary color
Monochromatic Colors of #FEA856
Black with #FEA856
Text Example
Text Example
White with #FEA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA856; }
p { color: rgb(254,168,86); }
H1.HeaderClassName
{
color: #FEA856;
}
.AnyTagClassName
{
color: #FEA856;
}
</style>
background-color css
<style>
a { background-color: #FEA856; }
a { background-color: rgb(254,168,86); }
div.DivClassName
{
background-color: #FEA856;
}
.BgClassName
{
background-color: #FEA856;
}
</style>
border-color css
<style>
span { border-color: #FEA856; }
span { border-color: rgb(254,168,86); }
td.TdClassName
{
border-color: #FEA856;
}
.TagClassName
{
border-color: #FEA856;
}
</style>