Shades of Texas Rose #F9B55C
Tints of Texas Rose #F9B55C
RGB
CMYK
RGB Variations
Color information
#F9B55C (or 0xF9B55C) is known color: Texas Rose. HEX triplet: F9, B5 and 5C. RGB value is (249,181,92). Sum of RGB (Red+Green+Blue) = 249+181+92=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B55C is #064AA3. Grayscale: #BFBFBF. Windows color (decimal): -412324 or 6075897. OLE color: 6075897.
HSL color Cylindrical-coordinate representation of color #F9B55C: hue angle of 34.01º 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 #F9B55C is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 181 | 92 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.02 |
| HSL | 34.01º | 0.93% | 0.67% | - |
| HSV(B) | 34.01º | 0.63% | 0.98% | - |
| XYZ | 57.52 | 53.96 | 17.51 | - |
| YUV | 191.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 181 | 92 | 0 | 0.27 | 0.63 | 0.02 | 34.01 | 0.93 | 0.67 |
| Hex | F9 | B5 | 5C | 0 | 1B | 3F | 2 | 22 | 5D | 43 |
| Octal | 371 | 265 | 134 | 0 | 33 | 77 | 2 | 42 | 135 | 103 |
| Binary | 11111001 | 10110101 | 1011100 | 0 | 11011 | 111111 | 10 | 100010 | 1011101 | 1000011 |
Color Harmonies of #F9B55C
Complementary color
Monochromatic Colors of #F9B55C
Black with #F9B55C
Text Example
Text Example
White with #F9B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B55C; }
p { color: rgb(249,181,92); }
H1.HeaderClassName
{
color: #F9B55C;
}
.AnyTagClassName
{
color: #F9B55C;
}
</style>
background-color css
<style>
a { background-color: #F9B55C; }
a { background-color: rgb(249,181,92); }
div.DivClassName
{
background-color: #F9B55C;
}
.BgClassName
{
background-color: #F9B55C;
}
</style>
border-color css
<style>
span { border-color: #F9B55C; }
span { border-color: rgb(249,181,92); }
td.TdClassName
{
border-color: #F9B55C;
}
.TagClassName
{
border-color: #F9B55C;
}
</style>