Shades of Texas Rose #F7B65A
Tints of Texas Rose #F7B65A
RGB
CMYK
RGB Variations
Color information
#F7B65A (or 0xF7B65A) is known color: Texas Rose. HEX triplet: F7, B6 and 5A. RGB value is (247,182,90). Sum of RGB (Red+Green+Blue) = 247+182+90=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B65A is #0849A5. Grayscale: #BFBFBF. Windows color (decimal): -543142 or 5945079. OLE color: 5945079.
HSL color Cylindrical-coordinate representation of color #F7B65A: hue angle of 35.16º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7B65A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 182 | 90 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.03 |
| HSL | 35.16º | 0.91% | 0.66% | - |
| HSV(B) | 35.16º | 0.64% | 0.97% | - |
| XYZ | 56.93 | 53.97 | 17.09 | - |
| YUV | 190.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 182 | 90 | 0 | 0.26 | 0.64 | 0.03 | 35.16 | 0.91 | 0.66 |
| Hex | F7 | B6 | 5A | 0 | 1A | 40 | 3 | 23 | 5B | 42 |
| Octal | 367 | 266 | 132 | 0 | 32 | 100 | 3 | 43 | 133 | 102 |
| Binary | 11110111 | 10110110 | 1011010 | 0 | 11010 | 1000000 | 11 | 100011 | 1011011 | 1000010 |
Color Harmonies of #F7B65A
Complementary color
Monochromatic Colors of #F7B65A
Black with #F7B65A
Text Example
Text Example
White with #F7B65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B65A; }
p { color: rgb(247,182,90); }
H1.HeaderClassName
{
color: #F7B65A;
}
.AnyTagClassName
{
color: #F7B65A;
}
</style>
background-color css
<style>
a { background-color: #F7B65A; }
a { background-color: rgb(247,182,90); }
div.DivClassName
{
background-color: #F7B65A;
}
.BgClassName
{
background-color: #F7B65A;
}
</style>
border-color css
<style>
span { border-color: #F7B65A; }
span { border-color: rgb(247,182,90); }
td.TdClassName
{
border-color: #F7B65A;
}
.TagClassName
{
border-color: #F7B65A;
}
</style>