Shades of Texas Rose #F7B355
Tints of Texas Rose #F7B355
RGB
CMYK
RGB Variations
Color information
#F7B355 (or 0xF7B355) is known color: Texas Rose. HEX triplet: F7, B3 and 55. RGB value is (247,179,85). Sum of RGB (Red+Green+Blue) = 247+179+85=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B355 is #084CAA. Grayscale: #BDBDBD. Windows color (decimal): -543915 or 5616631. OLE color: 5616631.
HSL color Cylindrical-coordinate representation of color #F7B355: hue angle of 34.81º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7B355 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 85 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.03 |
| HSL | 34.81º | 0.91% | 0.65% | - |
| HSV(B) | 34.81º | 0.66% | 0.97% | - |
| XYZ | 56.12 | 52.67 | 15.8 | - |
| YUV | 188.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 85 | 0 | 0.28 | 0.66 | 0.03 | 34.81 | 0.91 | 0.65 |
| Hex | F7 | B3 | 55 | 0 | 1C | 42 | 3 | 23 | 5B | 41 |
| Octal | 367 | 263 | 125 | 0 | 34 | 102 | 3 | 43 | 133 | 101 |
| Binary | 11110111 | 10110011 | 1010101 | 0 | 11100 | 1000010 | 11 | 100011 | 1011011 | 1000001 |
Color Harmonies of #F7B355
Complementary color
Monochromatic Colors of #F7B355
Black with #F7B355
Text Example
Text Example
White with #F7B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B355; }
p { color: rgb(247,179,85); }
H1.HeaderClassName
{
color: #F7B355;
}
.AnyTagClassName
{
color: #F7B355;
}
</style>
background-color css
<style>
a { background-color: #F7B355; }
a { background-color: rgb(247,179,85); }
div.DivClassName
{
background-color: #F7B355;
}
.BgClassName
{
background-color: #F7B355;
}
</style>
border-color css
<style>
span { border-color: #F7B355; }
span { border-color: rgb(247,179,85); }
td.TdClassName
{
border-color: #F7B355;
}
.TagClassName
{
border-color: #F7B355;
}
</style>