Shades of Texas Rose #FCB75C
Tints of Texas Rose #FCB75C
RGB
CMYK
RGB Variations
Color information
#FCB75C (or 0xFCB75C) is known color: Texas Rose. HEX triplet: FC, B7 and 5C. RGB value is (252,183,92). Sum of RGB (Red+Green+Blue) = 252+183+92=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB75C is #0348A3. Grayscale: #C1C1C1. Windows color (decimal): -215204 or 6076412. OLE color: 6076412.
HSL color Cylindrical-coordinate representation of color #FCB75C: hue angle of 34.12º 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 #FCB75C is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 92 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.01 |
| HSL | 34.13º | 0.96% | 0.67% | - |
| HSV(B) | 34.13º | 0.63% | 0.99% | - |
| XYZ | 59.01 | 55.34 | 17.7 | - |
| YUV | 193.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 92 | 0 | 0.27 | 0.63 | 0.01 | 34.13 | 0.96 | 0.67 |
| Hex | FC | B7 | 5C | 0 | 1B | 3F | 1 | 22 | 60 | 43 |
| Octal | 374 | 267 | 134 | 0 | 33 | 77 | 1 | 42 | 140 | 103 |
| Binary | 11111100 | 10110111 | 1011100 | 0 | 11011 | 111111 | 1 | 100010 | 1100000 | 1000011 |
Color Harmonies of #FCB75C
Complementary color
Monochromatic Colors of #FCB75C
Black with #FCB75C
Text Example
Text Example
White with #FCB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB75C; }
p { color: rgb(252,183,92); }
H1.HeaderClassName
{
color: #FCB75C;
}
.AnyTagClassName
{
color: #FCB75C;
}
</style>
background-color css
<style>
a { background-color: #FCB75C; }
a { background-color: rgb(252,183,92); }
div.DivClassName
{
background-color: #FCB75C;
}
.BgClassName
{
background-color: #FCB75C;
}
</style>
border-color css
<style>
span { border-color: #FCB75C; }
span { border-color: rgb(252,183,92); }
td.TdClassName
{
border-color: #FCB75C;
}
.TagClassName
{
border-color: #FCB75C;
}
</style>