Shades of Texas Rose #F7B65C
Tints of Texas Rose #F7B65C
RGB
CMYK
RGB Variations
Color information
#F7B65C (or 0xF7B65C) is known color: Texas Rose. HEX triplet: F7, B6 and 5C. RGB value is (247,182,92). Sum of RGB (Red+Green+Blue) = 247+182+92=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B65C is #0849A3. Grayscale: #BFBFBF. Windows color (decimal): -543140 or 6076151. OLE color: 6076151.
HSL color Cylindrical-coordinate representation of color #F7B65C: hue angle of 34.84º 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 #F7B65C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 182 | 92 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.03 |
| HSL | 34.84º | 0.91% | 0.66% | - |
| HSV(B) | 34.84º | 0.63% | 0.97% | - |
| XYZ | 57.02 | 54 | 17.54 | - |
| YUV | 191.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 182 | 92 | 0 | 0.26 | 0.63 | 0.03 | 34.84 | 0.91 | 0.66 |
| Hex | F7 | B6 | 5C | 0 | 1A | 3F | 3 | 23 | 5B | 42 |
| Octal | 367 | 266 | 134 | 0 | 32 | 77 | 3 | 43 | 133 | 102 |
| Binary | 11110111 | 10110110 | 1011100 | 0 | 11010 | 111111 | 11 | 100011 | 1011011 | 1000010 |
Color Harmonies of #F7B65C
Complementary color
Monochromatic Colors of #F7B65C
Black with #F7B65C
Text Example
Text Example
White with #F7B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B65C; }
p { color: rgb(247,182,92); }
H1.HeaderClassName
{
color: #F7B65C;
}
.AnyTagClassName
{
color: #F7B65C;
}
</style>
background-color css
<style>
a { background-color: #F7B65C; }
a { background-color: rgb(247,182,92); }
div.DivClassName
{
background-color: #F7B65C;
}
.BgClassName
{
background-color: #F7B65C;
}
</style>
border-color css
<style>
span { border-color: #F7B65C; }
span { border-color: rgb(247,182,92); }
td.TdClassName
{
border-color: #F7B65C;
}
.TagClassName
{
border-color: #F7B65C;
}
</style>