Shades of Texas Rose #FCB05A
Tints of Texas Rose #FCB05A
RGB
CMYK
RGB Variations
Color information
#FCB05A (or 0xFCB05A) is known color: Texas Rose. HEX triplet: FC, B0 and 5A. RGB value is (252,176,90). Sum of RGB (Red+Green+Blue) = 252+176+90=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB05A is #034FA5. Grayscale: #BDBDBD. Windows color (decimal): -216998 or 5943548. OLE color: 5943548.
HSL color Cylindrical-coordinate representation of color #FCB05A: hue angle of 31.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCB05A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 90 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.01 |
| HSL | 31.85º | 0.96% | 0.67% | - |
| HSV(B) | 31.85º | 0.64% | 0.99% | - |
| XYZ | 57.52 | 52.48 | 16.77 | - |
| YUV | 188.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 90 | 0 | 0.30 | 0.64 | 0.01 | 31.85 | 0.96 | 0.67 |
| Hex | FC | B0 | 5A | 0 | 1E | 40 | 1 | 20 | 60 | 43 |
| Octal | 374 | 260 | 132 | 0 | 36 | 100 | 1 | 40 | 140 | 103 |
| Binary | 11111100 | 10110000 | 1011010 | 0 | 11110 | 1000000 | 1 | 100000 | 1100000 | 1000011 |
Color Harmonies of #FCB05A
Complementary color
Monochromatic Colors of #FCB05A
Black with #FCB05A
Text Example
Text Example
White with #FCB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB05A; }
p { color: rgb(252,176,90); }
H1.HeaderClassName
{
color: #FCB05A;
}
.AnyTagClassName
{
color: #FCB05A;
}
</style>
background-color css
<style>
a { background-color: #FCB05A; }
a { background-color: rgb(252,176,90); }
div.DivClassName
{
background-color: #FCB05A;
}
.BgClassName
{
background-color: #FCB05A;
}
</style>
border-color css
<style>
span { border-color: #FCB05A; }
span { border-color: rgb(252,176,90); }
td.TdClassName
{
border-color: #FCB05A;
}
.TagClassName
{
border-color: #FCB05A;
}
</style>