Shades of Texas Rose #F7BB5E
Tints of Texas Rose #F7BB5E
RGB
CMYK
RGB Variations
Color information
#F7BB5E (or 0xF7BB5E) is known color: Texas Rose. HEX triplet: F7, BB and 5E. RGB value is (247,187,94). Sum of RGB (Red+Green+Blue) = 247+187+94=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BB5E is #0844A1. Grayscale: #C2C2C2. Windows color (decimal): -541858 or 6208503. OLE color: 6208503.
HSL color Cylindrical-coordinate representation of color #F7BB5E: hue angle of 36.47º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7BB5E is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 94 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.03 |
| HSL | 36.47º | 0.91% | 0.67% | - |
| HSV(B) | 36.47º | 0.62% | 0.97% | - |
| XYZ | 58.15 | 56.12 | 18.36 | - |
| YUV | 194.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 94 | 0 | 0.24 | 0.62 | 0.03 | 36.47 | 0.91 | 0.67 |
| Hex | F7 | BB | 5E | 0 | 18 | 3E | 3 | 24 | 5B | 43 |
| Octal | 367 | 273 | 136 | 0 | 30 | 76 | 3 | 44 | 133 | 103 |
| Binary | 11110111 | 10111011 | 1011110 | 0 | 11000 | 111110 | 11 | 100100 | 1011011 | 1000011 |
Color Harmonies of #F7BB5E
Complementary color
Monochromatic Colors of #F7BB5E
Black with #F7BB5E
Text Example
Text Example
White with #F7BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BB5E; }
p { color: rgb(247,187,94); }
H1.HeaderClassName
{
color: #F7BB5E;
}
.AnyTagClassName
{
color: #F7BB5E;
}
</style>
background-color css
<style>
a { background-color: #F7BB5E; }
a { background-color: rgb(247,187,94); }
div.DivClassName
{
background-color: #F7BB5E;
}
.BgClassName
{
background-color: #F7BB5E;
}
</style>
border-color css
<style>
span { border-color: #F7BB5E; }
span { border-color: rgb(247,187,94); }
td.TdClassName
{
border-color: #F7BB5E;
}
.TagClassName
{
border-color: #F7BB5E;
}
</style>