Shades of Texas Rose #FCB55C
Tints of Texas Rose #FCB55C
RGB
CMYK
RGB Variations
Color information
#FCB55C (or 0xFCB55C) is known color: Texas Rose. HEX triplet: FC, B5 and 5C. RGB value is (252,181,92). Sum of RGB (Red+Green+Blue) = 252+181+92=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB55C is #034AA3. Grayscale: #C0C0C0. Windows color (decimal): -215716 or 6075900. OLE color: 6075900.
HSL color Cylindrical-coordinate representation of color #FCB55C: hue angle of 33.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCB55C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 92 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.01 |
| HSL | 33.38º | 0.96% | 0.67% | - |
| HSV(B) | 33.38º | 0.63% | 0.99% | - |
| XYZ | 58.6 | 54.52 | 17.56 | - |
| YUV | 192.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 92 | 0 | 0.28 | 0.63 | 0.01 | 33.38 | 0.96 | 0.67 |
| Hex | FC | B5 | 5C | 0 | 1C | 3F | 1 | 21 | 60 | 43 |
| Octal | 374 | 265 | 134 | 0 | 34 | 77 | 1 | 41 | 140 | 103 |
| Binary | 11111100 | 10110101 | 1011100 | 0 | 11100 | 111111 | 1 | 100001 | 1100000 | 1000011 |
Color Harmonies of #FCB55C
Complementary color
Monochromatic Colors of #FCB55C
Black with #FCB55C
Text Example
Text Example
White with #FCB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB55C; }
p { color: rgb(252,181,92); }
H1.HeaderClassName
{
color: #FCB55C;
}
.AnyTagClassName
{
color: #FCB55C;
}
</style>
background-color css
<style>
a { background-color: #FCB55C; }
a { background-color: rgb(252,181,92); }
div.DivClassName
{
background-color: #FCB55C;
}
.BgClassName
{
background-color: #FCB55C;
}
</style>
border-color css
<style>
span { border-color: #FCB55C; }
span { border-color: rgb(252,181,92); }
td.TdClassName
{
border-color: #FCB55C;
}
.TagClassName
{
border-color: #FCB55C;
}
</style>