Shades of Texas Rose #F4A856
Tints of Texas Rose #F4A856
RGB
CMYK
RGB Variations
Color information
#F4A856 (or 0xF4A856) is known color: Texas Rose. HEX triplet: F4, A8 and 56. RGB value is (244,168,86). Sum of RGB (Red+Green+Blue) = 244+168+86=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A856 is #0B57A9. Grayscale: #B5B5B5. Windows color (decimal): -743338 or 5679348. OLE color: 5679348.
HSL color Cylindrical-coordinate representation of color #F4A856: hue angle of 31.14º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4A856 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 86 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.04 |
| HSL | 31.14º | 0.88% | 0.65% | - |
| HSV(B) | 31.14º | 0.65% | 0.96% | - |
| XYZ | 52.99 | 47.91 | 15.26 | - |
| YUV | 181.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 86 | 0 | 0.31 | 0.65 | 0.04 | 31.14 | 0.88 | 0.65 |
| Hex | F4 | A8 | 56 | 0 | 1F | 41 | 4 | 1F | 58 | 41 |
| Octal | 364 | 250 | 126 | 0 | 37 | 101 | 4 | 37 | 130 | 101 |
| Binary | 11110100 | 10101000 | 1010110 | 0 | 11111 | 1000001 | 100 | 11111 | 1011000 | 1000001 |
Color Harmonies of #F4A856
Complementary color
Monochromatic Colors of #F4A856
Black with #F4A856
Text Example
Text Example
White with #F4A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A856; }
p { color: rgb(244,168,86); }
H1.HeaderClassName
{
color: #F4A856;
}
.AnyTagClassName
{
color: #F4A856;
}
</style>
background-color css
<style>
a { background-color: #F4A856; }
a { background-color: rgb(244,168,86); }
div.DivClassName
{
background-color: #F4A856;
}
.BgClassName
{
background-color: #F4A856;
}
</style>
border-color css
<style>
span { border-color: #F4A856; }
span { border-color: rgb(244,168,86); }
td.TdClassName
{
border-color: #F4A856;
}
.TagClassName
{
border-color: #F4A856;
}
</style>