Shades of Texas Rose #F7B35C
Tints of Texas Rose #F7B35C
RGB
CMYK
RGB Variations
Color information
#F7B35C (or 0xF7B35C) is known color: Texas Rose. HEX triplet: F7, B3 and 5C. RGB value is (247,179,92). Sum of RGB (Red+Green+Blue) = 247+179+92=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B35C is #084CA3. Grayscale: #BDBDBD. Windows color (decimal): -543908 or 6075383. OLE color: 6075383.
HSL color Cylindrical-coordinate representation of color #F7B35C: hue angle of 33.68º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7B35C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 92 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.03 |
| HSL | 33.68º | 0.91% | 0.66% | - |
| HSV(B) | 33.68º | 0.63% | 0.97% | - |
| XYZ | 56.41 | 52.79 | 17.34 | - |
| YUV | 189.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 92 | 0 | 0.28 | 0.63 | 0.03 | 33.68 | 0.91 | 0.66 |
| Hex | F7 | B3 | 5C | 0 | 1C | 3F | 3 | 22 | 5B | 42 |
| Octal | 367 | 263 | 134 | 0 | 34 | 77 | 3 | 42 | 133 | 102 |
| Binary | 11110111 | 10110011 | 1011100 | 0 | 11100 | 111111 | 11 | 100010 | 1011011 | 1000010 |
Color Harmonies of #F7B35C
Complementary color
Monochromatic Colors of #F7B35C
Black with #F7B35C
Text Example
Text Example
White with #F7B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B35C; }
p { color: rgb(247,179,92); }
H1.HeaderClassName
{
color: #F7B35C;
}
.AnyTagClassName
{
color: #F7B35C;
}
</style>
background-color css
<style>
a { background-color: #F7B35C; }
a { background-color: rgb(247,179,92); }
div.DivClassName
{
background-color: #F7B35C;
}
.BgClassName
{
background-color: #F7B35C;
}
</style>
border-color css
<style>
span { border-color: #F7B35C; }
span { border-color: rgb(247,179,92); }
td.TdClassName
{
border-color: #F7B35C;
}
.TagClassName
{
border-color: #F7B35C;
}
</style>