Shades of Texas Rose #FCBA5F
Tints of Texas Rose #FCBA5F
RGB
CMYK
RGB Variations
Color information
#FCBA5F (or 0xFCBA5F) is known color: Texas Rose. HEX triplet: FC, BA and 5F. RGB value is (252,186,95). Sum of RGB (Red+Green+Blue) = 252+186+95=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA5F is #0345A0. Grayscale: #C3C3C3. Windows color (decimal): -214433 or 6273788. OLE color: 6273788.
HSL color Cylindrical-coordinate representation of color #FCBA5F: hue angle of 34.78º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCBA5F is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 95 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.01 |
| HSL | 34.78º | 0.96% | 0.68% | - |
| HSV(B) | 34.78º | 0.62% | 0.99% | - |
| XYZ | 59.77 | 56.64 | 18.61 | - |
| YUV | 195.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 95 | 0 | 0.26 | 0.62 | 0.01 | 34.78 | 0.96 | 0.68 |
| Hex | FC | BA | 5F | 0 | 1A | 3E | 1 | 23 | 60 | 44 |
| Octal | 374 | 272 | 137 | 0 | 32 | 76 | 1 | 43 | 140 | 104 |
| Binary | 11111100 | 10111010 | 1011111 | 0 | 11010 | 111110 | 1 | 100011 | 1100000 | 1000100 |
Color Harmonies of #FCBA5F
Complementary color
Monochromatic Colors of #FCBA5F
Black with #FCBA5F
Text Example
Text Example
White with #FCBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA5F; }
p { color: rgb(252,186,95); }
H1.HeaderClassName
{
color: #FCBA5F;
}
.AnyTagClassName
{
color: #FCBA5F;
}
</style>
background-color css
<style>
a { background-color: #FCBA5F; }
a { background-color: rgb(252,186,95); }
div.DivClassName
{
background-color: #FCBA5F;
}
.BgClassName
{
background-color: #FCBA5F;
}
</style>
border-color css
<style>
span { border-color: #FCBA5F; }
span { border-color: rgb(252,186,95); }
td.TdClassName
{
border-color: #FCBA5F;
}
.TagClassName
{
border-color: #FCBA5F;
}
</style>