Shades of Texas Rose #FCB85B
Tints of Texas Rose #FCB85B
RGB
CMYK
RGB Variations
Color information
#FCB85B (or 0xFCB85B) is known color: Texas Rose. HEX triplet: FC, B8 and 5B. RGB value is (252,184,91). Sum of RGB (Red+Green+Blue) = 252+184+91=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB85B is #0347A4. Grayscale: #C2C2C2. Windows color (decimal): -214949 or 6011132. OLE color: 6011132.
HSL color Cylindrical-coordinate representation of color #FCB85B: hue angle of 34.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCB85B is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 91 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.01 |
| HSL | 34.66º | 0.96% | 0.67% | - |
| HSV(B) | 34.66º | 0.64% | 0.99% | - |
| XYZ | 59.17 | 55.73 | 17.54 | - |
| YUV | 193.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 91 | 0 | 0.27 | 0.64 | 0.01 | 34.66 | 0.96 | 0.67 |
| Hex | FC | B8 | 5B | 0 | 1B | 40 | 1 | 23 | 60 | 43 |
| Octal | 374 | 270 | 133 | 0 | 33 | 100 | 1 | 43 | 140 | 103 |
| Binary | 11111100 | 10111000 | 1011011 | 0 | 11011 | 1000000 | 1 | 100011 | 1100000 | 1000011 |
Color Harmonies of #FCB85B
Complementary color
Monochromatic Colors of #FCB85B
Black with #FCB85B
Text Example
Text Example
White with #FCB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB85B; }
p { color: rgb(252,184,91); }
H1.HeaderClassName
{
color: #FCB85B;
}
.AnyTagClassName
{
color: #FCB85B;
}
</style>
background-color css
<style>
a { background-color: #FCB85B; }
a { background-color: rgb(252,184,91); }
div.DivClassName
{
background-color: #FCB85B;
}
.BgClassName
{
background-color: #FCB85B;
}
</style>
border-color css
<style>
span { border-color: #FCB85B; }
span { border-color: rgb(252,184,91); }
td.TdClassName
{
border-color: #FCB85B;
}
.TagClassName
{
border-color: #FCB85B;
}
</style>