Shades of Texas Rose #FCB059
Tints of Texas Rose #FCB059
RGB
CMYK
RGB Variations
Color information
#FCB059 (or 0xFCB059) is known color: Texas Rose. HEX triplet: FC, B0 and 59. RGB value is (252,176,89). Sum of RGB (Red+Green+Blue) = 252+176+89=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB059 is #034FA6. Grayscale: #BDBDBD. Windows color (decimal): -216999 or 5878012. OLE color: 5878012.
HSL color Cylindrical-coordinate representation of color #FCB059: hue angle of 32.02º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCB059 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 89 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.01 |
| HSL | 32.02º | 0.96% | 0.67% | - |
| HSV(B) | 32.02º | 0.65% | 0.99% | - |
| XYZ | 57.47 | 52.47 | 16.55 | - |
| YUV | 188.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 89 | 0 | 0.30 | 0.65 | 0.01 | 32.02 | 0.96 | 0.67 |
| Hex | FC | B0 | 59 | 0 | 1E | 41 | 1 | 20 | 60 | 43 |
| Octal | 374 | 260 | 131 | 0 | 36 | 101 | 1 | 40 | 140 | 103 |
| Binary | 11111100 | 10110000 | 1011001 | 0 | 11110 | 1000001 | 1 | 100000 | 1100000 | 1000011 |
Color Harmonies of #FCB059
Complementary color
Monochromatic Colors of #FCB059
Black with #FCB059
Text Example
Text Example
White with #FCB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB059; }
p { color: rgb(252,176,89); }
H1.HeaderClassName
{
color: #FCB059;
}
.AnyTagClassName
{
color: #FCB059;
}
</style>
background-color css
<style>
a { background-color: #FCB059; }
a { background-color: rgb(252,176,89); }
div.DivClassName
{
background-color: #FCB059;
}
.BgClassName
{
background-color: #FCB059;
}
</style>
border-color css
<style>
span { border-color: #FCB059; }
span { border-color: rgb(252,176,89); }
td.TdClassName
{
border-color: #FCB059;
}
.TagClassName
{
border-color: #FCB059;
}
</style>