Shades of Texas Rose #F9B85C
Tints of Texas Rose #F9B85C
RGB
CMYK
RGB Variations
Color information
#F9B85C (or 0xF9B85C) is known color: Texas Rose. HEX triplet: F9, B8 and 5C. RGB value is (249,184,92). Sum of RGB (Red+Green+Blue) = 249+184+92=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B85C is #0647A3. Grayscale: #C1C1C1. Windows color (decimal): -411556 or 6076665. OLE color: 6076665.
HSL color Cylindrical-coordinate representation of color #F9B85C: hue angle of 35.16º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9B85C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 92 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.02 |
| HSL | 35.16º | 0.93% | 0.67% | - |
| HSV(B) | 35.16º | 0.63% | 0.98% | - |
| XYZ | 58.14 | 55.19 | 17.71 | - |
| YUV | 192.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 92 | 0 | 0.26 | 0.63 | 0.02 | 35.16 | 0.93 | 0.67 |
| Hex | F9 | B8 | 5C | 0 | 1A | 3F | 2 | 23 | 5D | 43 |
| Octal | 371 | 270 | 134 | 0 | 32 | 77 | 2 | 43 | 135 | 103 |
| Binary | 11111001 | 10111000 | 1011100 | 0 | 11010 | 111111 | 10 | 100011 | 1011101 | 1000011 |
Color Harmonies of #F9B85C
Complementary color
Monochromatic Colors of #F9B85C
Black with #F9B85C
Text Example
Text Example
White with #F9B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B85C; }
p { color: rgb(249,184,92); }
H1.HeaderClassName
{
color: #F9B85C;
}
.AnyTagClassName
{
color: #F9B85C;
}
</style>
background-color css
<style>
a { background-color: #F9B85C; }
a { background-color: rgb(249,184,92); }
div.DivClassName
{
background-color: #F9B85C;
}
.BgClassName
{
background-color: #F9B85C;
}
</style>
border-color css
<style>
span { border-color: #F9B85C; }
span { border-color: rgb(249,184,92); }
td.TdClassName
{
border-color: #F9B85C;
}
.TagClassName
{
border-color: #F9B85C;
}
</style>