Shades of Texas Rose #FCB256
Tints of Texas Rose #FCB256
RGB
CMYK
RGB Variations
Color information
#FCB256 (or 0xFCB256) is known color: Texas Rose. HEX triplet: FC, B2 and 56. RGB value is (252,178,86). Sum of RGB (Red+Green+Blue) = 252+178+86=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB256 is #034DA9. Grayscale: #BEBEBE. Windows color (decimal): -216490 or 5681916. OLE color: 5681916.
HSL color Cylindrical-coordinate representation of color #FCB256: hue angle of 33.25º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCB256 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.01 |
| HSL | 33.25º | 0.97% | 0.66% | - |
| HSV(B) | 33.25º | 0.66% | 0.99% | - |
| XYZ | 57.74 | 53.21 | 16.03 | - |
| YUV | 189.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 86 | 0 | 0.29 | 0.66 | 0.01 | 33.25 | 0.97 | 0.66 |
| Hex | FC | B2 | 56 | 0 | 1D | 42 | 1 | 21 | 61 | 42 |
| Octal | 374 | 262 | 126 | 0 | 35 | 102 | 1 | 41 | 141 | 102 |
| Binary | 11111100 | 10110010 | 1010110 | 0 | 11101 | 1000010 | 1 | 100001 | 1100001 | 1000010 |
Color Harmonies of #FCB256
Complementary color
Monochromatic Colors of #FCB256
Black with #FCB256
Text Example
Text Example
White with #FCB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB256; }
p { color: rgb(252,178,86); }
H1.HeaderClassName
{
color: #FCB256;
}
.AnyTagClassName
{
color: #FCB256;
}
</style>
background-color css
<style>
a { background-color: #FCB256; }
a { background-color: rgb(252,178,86); }
div.DivClassName
{
background-color: #FCB256;
}
.BgClassName
{
background-color: #FCB256;
}
</style>
border-color css
<style>
span { border-color: #FCB256; }
span { border-color: rgb(252,178,86); }
td.TdClassName
{
border-color: #FCB256;
}
.TagClassName
{
border-color: #FCB256;
}
</style>