Shades of Texas Rose #FCB259
Tints of Texas Rose #FCB259
RGB
CMYK
RGB Variations
Color information
#FCB259 (or 0xFCB259) is known color: Texas Rose. HEX triplet: FC, B2 and 59. RGB value is (252,178,89). Sum of RGB (Red+Green+Blue) = 252+178+89=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB259 is #034DA6. Grayscale: #BEBEBE. Windows color (decimal): -216487 or 5878524. OLE color: 5878524.
HSL color Cylindrical-coordinate representation of color #FCB259: hue angle of 32.76º 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 #FCB259 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 89 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.01 |
| HSL | 32.76º | 0.96% | 0.67% | - |
| HSV(B) | 32.76º | 0.65% | 0.99% | - |
| XYZ | 57.87 | 53.26 | 16.68 | - |
| YUV | 189.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 89 | 0 | 0.29 | 0.65 | 0.01 | 32.76 | 0.96 | 0.67 |
| Hex | FC | B2 | 59 | 0 | 1D | 41 | 1 | 21 | 60 | 43 |
| Octal | 374 | 262 | 131 | 0 | 35 | 101 | 1 | 41 | 140 | 103 |
| Binary | 11111100 | 10110010 | 1011001 | 0 | 11101 | 1000001 | 1 | 100001 | 1100000 | 1000011 |
Color Harmonies of #FCB259
Complementary color
Monochromatic Colors of #FCB259
Black with #FCB259
Text Example
Text Example
White with #FCB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB259; }
p { color: rgb(252,178,89); }
H1.HeaderClassName
{
color: #FCB259;
}
.AnyTagClassName
{
color: #FCB259;
}
</style>
background-color css
<style>
a { background-color: #FCB259; }
a { background-color: rgb(252,178,89); }
div.DivClassName
{
background-color: #FCB259;
}
.BgClassName
{
background-color: #FCB259;
}
</style>
border-color css
<style>
span { border-color: #FCB259; }
span { border-color: rgb(252,178,89); }
td.TdClassName
{
border-color: #FCB259;
}
.TagClassName
{
border-color: #FCB259;
}
</style>