Shades of Texas Rose #FCB55D
Tints of Texas Rose #FCB55D
RGB
CMYK
RGB Variations
Color information
#FCB55D (or 0xFCB55D) is known color: Texas Rose. HEX triplet: FC, B5 and 5D. RGB value is (252,181,93). Sum of RGB (Red+Green+Blue) = 252+181+93=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB55D is #034AA2. Grayscale: #C0C0C0. Windows color (decimal): -215715 or 6141436. OLE color: 6141436.
HSL color Cylindrical-coordinate representation of color #FCB55D: hue angle of 33.21º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCB55D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.01 |
| HSL | 33.21º | 0.96% | 0.68% | - |
| HSV(B) | 33.21º | 0.63% | 0.99% | - |
| XYZ | 58.64 | 54.53 | 17.79 | - |
| YUV | 192.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 93 | 0 | 0.28 | 0.63 | 0.01 | 33.21 | 0.96 | 0.68 |
| Hex | FC | B5 | 5D | 0 | 1C | 3F | 1 | 21 | 60 | 44 |
| Octal | 374 | 265 | 135 | 0 | 34 | 77 | 1 | 41 | 140 | 104 |
| Binary | 11111100 | 10110101 | 1011101 | 0 | 11100 | 111111 | 1 | 100001 | 1100000 | 1000100 |
Color Harmonies of #FCB55D
Complementary color
Monochromatic Colors of #FCB55D
Black with #FCB55D
Text Example
Text Example
White with #FCB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB55D; }
p { color: rgb(252,181,93); }
H1.HeaderClassName
{
color: #FCB55D;
}
.AnyTagClassName
{
color: #FCB55D;
}
</style>
background-color css
<style>
a { background-color: #FCB55D; }
a { background-color: rgb(252,181,93); }
div.DivClassName
{
background-color: #FCB55D;
}
.BgClassName
{
background-color: #FCB55D;
}
</style>
border-color css
<style>
span { border-color: #FCB55D; }
span { border-color: rgb(252,181,93); }
td.TdClassName
{
border-color: #FCB55D;
}
.TagClassName
{
border-color: #FCB55D;
}
</style>