Shades of Texas Rose #F7B45C
Tints of Texas Rose #F7B45C
RGB
CMYK
RGB Variations
Color information
#F7B45C (or 0xF7B45C) is known color: Texas Rose. HEX triplet: F7, B4 and 5C. RGB value is (247,180,92). Sum of RGB (Red+Green+Blue) = 247+180+92=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B45C is #084BA3. Grayscale: #BEBEBE. Windows color (decimal): -543652 or 6075639. OLE color: 6075639.
HSL color Cylindrical-coordinate representation of color #F7B45C: hue angle of 34.06º 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 #F7B45C is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 92 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.03 |
| HSL | 34.06º | 0.91% | 0.66% | - |
| HSV(B) | 34.06º | 0.63% | 0.97% | - |
| XYZ | 56.61 | 53.19 | 17.41 | - |
| YUV | 190 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 92 | 0 | 0.27 | 0.63 | 0.03 | 34.06 | 0.91 | 0.66 |
| Hex | F7 | B4 | 5C | 0 | 1B | 3F | 3 | 22 | 5B | 42 |
| Octal | 367 | 264 | 134 | 0 | 33 | 77 | 3 | 42 | 133 | 102 |
| Binary | 11110111 | 10110100 | 1011100 | 0 | 11011 | 111111 | 11 | 100010 | 1011011 | 1000010 |
Color Harmonies of #F7B45C
Complementary color
Monochromatic Colors of #F7B45C
Black with #F7B45C
Text Example
Text Example
White with #F7B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B45C; }
p { color: rgb(247,180,92); }
H1.HeaderClassName
{
color: #F7B45C;
}
.AnyTagClassName
{
color: #F7B45C;
}
</style>
background-color css
<style>
a { background-color: #F7B45C; }
a { background-color: rgb(247,180,92); }
div.DivClassName
{
background-color: #F7B45C;
}
.BgClassName
{
background-color: #F7B45C;
}
</style>
border-color css
<style>
span { border-color: #F7B45C; }
span { border-color: rgb(247,180,92); }
td.TdClassName
{
border-color: #F7B45C;
}
.TagClassName
{
border-color: #F7B45C;
}
</style>