Shades of Texas Rose #FCB25C
Tints of Texas Rose #FCB25C
RGB
CMYK
RGB Variations
Color information
#FCB25C (or 0xFCB25C) is known color: Texas Rose. HEX triplet: FC, B2 and 5C. RGB value is (252,178,92). Sum of RGB (Red+Green+Blue) = 252+178+92=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB25C is #034DA3. Grayscale: #BEBEBE. Windows color (decimal): -216484 or 6075132. OLE color: 6075132.
HSL color Cylindrical-coordinate representation of color #FCB25C: hue angle of 32.25º 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 #FCB25C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 92 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.01 |
| HSL | 32.25º | 0.96% | 0.67% | - |
| HSV(B) | 32.25º | 0.63% | 0.99% | - |
| XYZ | 58 | 53.31 | 17.36 | - |
| YUV | 190.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 92 | 0 | 0.29 | 0.63 | 0.01 | 32.25 | 0.96 | 0.67 |
| Hex | FC | B2 | 5C | 0 | 1D | 3F | 1 | 20 | 60 | 43 |
| Octal | 374 | 262 | 134 | 0 | 35 | 77 | 1 | 40 | 140 | 103 |
| Binary | 11111100 | 10110010 | 1011100 | 0 | 11101 | 111111 | 1 | 100000 | 1100000 | 1000011 |
Color Harmonies of #FCB25C
Complementary color
Monochromatic Colors of #FCB25C
Black with #FCB25C
Text Example
Text Example
White with #FCB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB25C; }
p { color: rgb(252,178,92); }
H1.HeaderClassName
{
color: #FCB25C;
}
.AnyTagClassName
{
color: #FCB25C;
}
</style>
background-color css
<style>
a { background-color: #FCB25C; }
a { background-color: rgb(252,178,92); }
div.DivClassName
{
background-color: #FCB25C;
}
.BgClassName
{
background-color: #FCB25C;
}
</style>
border-color css
<style>
span { border-color: #FCB25C; }
span { border-color: rgb(252,178,92); }
td.TdClassName
{
border-color: #FCB25C;
}
.TagClassName
{
border-color: #FCB25C;
}
</style>