Shades of Texas Rose #FCB65D
Tints of Texas Rose #FCB65D
RGB
CMYK
RGB Variations
Color information
#FCB65D (or 0xFCB65D) is known color: Texas Rose. HEX triplet: FC, B6 and 5D. RGB value is (252,182,93). Sum of RGB (Red+Green+Blue) = 252+182+93=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB65D is #0349A2. Grayscale: #C1C1C1. Windows color (decimal): -215459 or 6141692. OLE color: 6141692.
HSL color Cylindrical-coordinate representation of color #FCB65D: hue angle of 33.58º 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 #FCB65D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.01 |
| HSL | 33.58º | 0.96% | 0.68% | - |
| HSV(B) | 33.58º | 0.63% | 0.99% | - |
| XYZ | 58.85 | 54.94 | 17.86 | - |
| YUV | 192.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 93 | 0 | 0.28 | 0.63 | 0.01 | 33.58 | 0.96 | 0.68 |
| Hex | FC | B6 | 5D | 0 | 1C | 3F | 1 | 22 | 60 | 44 |
| Octal | 374 | 266 | 135 | 0 | 34 | 77 | 1 | 42 | 140 | 104 |
| Binary | 11111100 | 10110110 | 1011101 | 0 | 11100 | 111111 | 1 | 100010 | 1100000 | 1000100 |
Color Harmonies of #FCB65D
Complementary color
Monochromatic Colors of #FCB65D
Black with #FCB65D
Text Example
Text Example
White with #FCB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB65D; }
p { color: rgb(252,182,93); }
H1.HeaderClassName
{
color: #FCB65D;
}
.AnyTagClassName
{
color: #FCB65D;
}
</style>
background-color css
<style>
a { background-color: #FCB65D; }
a { background-color: rgb(252,182,93); }
div.DivClassName
{
background-color: #FCB65D;
}
.BgClassName
{
background-color: #FCB65D;
}
</style>
border-color css
<style>
span { border-color: #FCB65D; }
span { border-color: rgb(252,182,93); }
td.TdClassName
{
border-color: #FCB65D;
}
.TagClassName
{
border-color: #FCB65D;
}
</style>