Shades of Texas Rose #FCB65E
Tints of Texas Rose #FCB65E
RGB
CMYK
RGB Variations
Color information
#FCB65E (or 0xFCB65E) is known color: Texas Rose. HEX triplet: FC, B6 and 5E. RGB value is (252,182,94). Sum of RGB (Red+Green+Blue) = 252+182+94=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB65E is #0349A1. Grayscale: #C1C1C1. Windows color (decimal): -215458 or 6207228. OLE color: 6207228.
HSL color Cylindrical-coordinate representation of color #FCB65E: hue angle of 33.42º 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 #FCB65E is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 94 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.01 |
| HSL | 33.42º | 0.96% | 0.68% | - |
| HSV(B) | 33.42º | 0.63% | 0.99% | - |
| XYZ | 58.89 | 54.96 | 18.09 | - |
| YUV | 192.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 94 | 0 | 0.28 | 0.63 | 0.01 | 33.42 | 0.96 | 0.68 |
| Hex | FC | B6 | 5E | 0 | 1C | 3F | 1 | 21 | 60 | 44 |
| Octal | 374 | 266 | 136 | 0 | 34 | 77 | 1 | 41 | 140 | 104 |
| Binary | 11111100 | 10110110 | 1011110 | 0 | 11100 | 111111 | 1 | 100001 | 1100000 | 1000100 |
Color Harmonies of #FCB65E
Complementary color
Monochromatic Colors of #FCB65E
Black with #FCB65E
Text Example
Text Example
White with #FCB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB65E; }
p { color: rgb(252,182,94); }
H1.HeaderClassName
{
color: #FCB65E;
}
.AnyTagClassName
{
color: #FCB65E;
}
</style>
background-color css
<style>
a { background-color: #FCB65E; }
a { background-color: rgb(252,182,94); }
div.DivClassName
{
background-color: #FCB65E;
}
.BgClassName
{
background-color: #FCB65E;
}
</style>
border-color css
<style>
span { border-color: #FCB65E; }
span { border-color: rgb(252,182,94); }
td.TdClassName
{
border-color: #FCB65E;
}
.TagClassName
{
border-color: #FCB65E;
}
</style>