Shades of Texas Rose #F8B05C
Tints of Texas Rose #F8B05C
RGB
CMYK
RGB Variations
Color information
#F8B05C (or 0xF8B05C) is known color: Texas Rose. HEX triplet: F8, B0 and 5C. RGB value is (248,176,92). Sum of RGB (Red+Green+Blue) = 248+176+92=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B05C is #074FA3. Grayscale: #BCBCBC. Windows color (decimal): -479140 or 6074616. OLE color: 6074616.
HSL color Cylindrical-coordinate representation of color #F8B05C: hue angle of 32.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8B05C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 92 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.03 |
| HSL | 32.31º | 0.92% | 0.67% | - |
| HSV(B) | 32.31º | 0.63% | 0.97% | - |
| XYZ | 56.17 | 51.78 | 17.16 | - |
| YUV | 187.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 92 | 0 | 0.29 | 0.63 | 0.03 | 32.31 | 0.92 | 0.67 |
| Hex | F8 | B0 | 5C | 0 | 1D | 3F | 3 | 20 | 5C | 43 |
| Octal | 370 | 260 | 134 | 0 | 35 | 77 | 3 | 40 | 134 | 103 |
| Binary | 11111000 | 10110000 | 1011100 | 0 | 11101 | 111111 | 11 | 100000 | 1011100 | 1000011 |
Color Harmonies of #F8B05C
Complementary color
Monochromatic Colors of #F8B05C
Black with #F8B05C
Text Example
Text Example
White with #F8B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B05C; }
p { color: rgb(248,176,92); }
H1.HeaderClassName
{
color: #F8B05C;
}
.AnyTagClassName
{
color: #F8B05C;
}
</style>
background-color css
<style>
a { background-color: #F8B05C; }
a { background-color: rgb(248,176,92); }
div.DivClassName
{
background-color: #F8B05C;
}
.BgClassName
{
background-color: #F8B05C;
}
</style>
border-color css
<style>
span { border-color: #F8B05C; }
span { border-color: rgb(248,176,92); }
td.TdClassName
{
border-color: #F8B05C;
}
.TagClassName
{
border-color: #F8B05C;
}
</style>