Shades of Texas Rose #FCB65C
Tints of Texas Rose #FCB65C
RGB
CMYK
RGB Variations
Color information
#FCB65C (or 0xFCB65C) is known color: Texas Rose. HEX triplet: FC, B6 and 5C. RGB value is (252,182,92). Sum of RGB (Red+Green+Blue) = 252+182+92=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB65C is #0349A3. Grayscale: #C1C1C1. Windows color (decimal): -215460 or 6076156. OLE color: 6076156.
HSL color Cylindrical-coordinate representation of color #FCB65C: hue angle of 33.75º 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 #FCB65C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 92 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.01 |
| HSL | 33.75º | 0.96% | 0.67% | - |
| HSV(B) | 33.75º | 0.63% | 0.99% | - |
| XYZ | 58.8 | 54.92 | 17.63 | - |
| YUV | 192.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 92 | 0 | 0.28 | 0.63 | 0.01 | 33.75 | 0.96 | 0.67 |
| Hex | FC | B6 | 5C | 0 | 1C | 3F | 1 | 22 | 60 | 43 |
| Octal | 374 | 266 | 134 | 0 | 34 | 77 | 1 | 42 | 140 | 103 |
| Binary | 11111100 | 10110110 | 1011100 | 0 | 11100 | 111111 | 1 | 100010 | 1100000 | 1000011 |
Color Harmonies of #FCB65C
Complementary color
Monochromatic Colors of #FCB65C
Black with #FCB65C
Text Example
Text Example
White with #FCB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB65C; }
p { color: rgb(252,182,92); }
H1.HeaderClassName
{
color: #FCB65C;
}
.AnyTagClassName
{
color: #FCB65C;
}
</style>
background-color css
<style>
a { background-color: #FCB65C; }
a { background-color: rgb(252,182,92); }
div.DivClassName
{
background-color: #FCB65C;
}
.BgClassName
{
background-color: #FCB65C;
}
</style>
border-color css
<style>
span { border-color: #FCB65C; }
span { border-color: rgb(252,182,92); }
td.TdClassName
{
border-color: #FCB65C;
}
.TagClassName
{
border-color: #FCB65C;
}
</style>