Shades of Texas Rose #FCB255
Tints of Texas Rose #FCB255
RGB
CMYK
RGB Variations
Color information
#FCB255 (or 0xFCB255) is known color: Texas Rose. HEX triplet: FC, B2 and 55. RGB value is (252,178,85). Sum of RGB (Red+Green+Blue) = 252+178+85=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB255 is #034DAA. Grayscale: #BDBDBD. Windows color (decimal): -216491 or 5616380. OLE color: 5616380.
HSL color Cylindrical-coordinate representation of color #FCB255: hue angle of 33.41º 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 #FCB255 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 85 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.01 |
| HSL | 33.41º | 0.97% | 0.66% | - |
| HSV(B) | 33.41º | 0.66% | 0.99% | - |
| XYZ | 57.7 | 53.19 | 15.82 | - |
| YUV | 189.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 85 | 0 | 0.29 | 0.66 | 0.01 | 33.41 | 0.97 | 0.66 |
| Hex | FC | B2 | 55 | 0 | 1D | 42 | 1 | 21 | 61 | 42 |
| Octal | 374 | 262 | 125 | 0 | 35 | 102 | 1 | 41 | 141 | 102 |
| Binary | 11111100 | 10110010 | 1010101 | 0 | 11101 | 1000010 | 1 | 100001 | 1100001 | 1000010 |
Color Harmonies of #FCB255
Complementary color
Monochromatic Colors of #FCB255
Black with #FCB255
Text Example
Text Example
White with #FCB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB255; }
p { color: rgb(252,178,85); }
H1.HeaderClassName
{
color: #FCB255;
}
.AnyTagClassName
{
color: #FCB255;
}
</style>
background-color css
<style>
a { background-color: #FCB255; }
a { background-color: rgb(252,178,85); }
div.DivClassName
{
background-color: #FCB255;
}
.BgClassName
{
background-color: #FCB255;
}
</style>
border-color css
<style>
span { border-color: #FCB255; }
span { border-color: rgb(252,178,85); }
td.TdClassName
{
border-color: #FCB255;
}
.TagClassName
{
border-color: #FCB255;
}
</style>