Shades of Texas Rose #F9AD4F
Tints of Texas Rose #F9AD4F
RGB
CMYK
RGB Variations
Color information
#F9AD4F (or 0xF9AD4F) is known color: Texas Rose. HEX triplet: F9, AD and 4F. RGB value is (249,173,79). Sum of RGB (Red+Green+Blue) = 249+173+79=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD4F is #0652B0. Grayscale: #B9B9B9. Windows color (decimal): -414385 or 5221881. OLE color: 5221881.
HSL color Cylindrical-coordinate representation of color #F9AD4F: hue angle of 33.18º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9AD4F is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 79 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.02 |
| HSL | 33.18º | 0.93% | 0.64% | - |
| HSV(B) | 33.18º | 0.68% | 0.98% | - |
| XYZ | 55.42 | 50.59 | 14.24 | - |
| YUV | 185.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 79 | 0 | 0.31 | 0.68 | 0.02 | 33.18 | 0.93 | 0.64 |
| Hex | F9 | AD | 4F | 0 | 1F | 44 | 2 | 21 | 5D | 40 |
| Octal | 371 | 255 | 117 | 0 | 37 | 104 | 2 | 41 | 135 | 100 |
| Binary | 11111001 | 10101101 | 1001111 | 0 | 11111 | 1000100 | 10 | 100001 | 1011101 | 1000000 |
Color Harmonies of #F9AD4F
Complementary color
Monochromatic Colors of #F9AD4F
Black with #F9AD4F
Text Example
Text Example
White with #F9AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD4F; }
p { color: rgb(249,173,79); }
H1.HeaderClassName
{
color: #F9AD4F;
}
.AnyTagClassName
{
color: #F9AD4F;
}
</style>
background-color css
<style>
a { background-color: #F9AD4F; }
a { background-color: rgb(249,173,79); }
div.DivClassName
{
background-color: #F9AD4F;
}
.BgClassName
{
background-color: #F9AD4F;
}
</style>
border-color css
<style>
span { border-color: #F9AD4F; }
span { border-color: rgb(249,173,79); }
td.TdClassName
{
border-color: #F9AD4F;
}
.TagClassName
{
border-color: #F9AD4F;
}
</style>