Shades of Texas Rose #FCAF57
Tints of Texas Rose #FCAF57
RGB
CMYK
RGB Variations
Color information
#FCAF57 (or 0xFCAF57) is known color: Texas Rose. HEX triplet: FC, AF and 57. RGB value is (252,175,87). Sum of RGB (Red+Green+Blue) = 252+175+87=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF57 is #0350A8. Grayscale: #BCBCBC. Windows color (decimal): -217257 or 5746684. OLE color: 5746684.
HSL color Cylindrical-coordinate representation of color #FCAF57: hue angle of 32º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCAF57 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 87 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.01 |
| HSL | 32º | 0.96% | 0.66% | - |
| HSV(B) | 32º | 0.65% | 0.99% | - |
| XYZ | 57.2 | 52.04 | 16.05 | - |
| YUV | 187.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 87 | 0 | 0.31 | 0.65 | 0.01 | 32 | 0.96 | 0.66 |
| Hex | FC | AF | 57 | 0 | 1F | 41 | 1 | 20 | 60 | 42 |
| Octal | 374 | 257 | 127 | 0 | 37 | 101 | 1 | 40 | 140 | 102 |
| Binary | 11111100 | 10101111 | 1010111 | 0 | 11111 | 1000001 | 1 | 100000 | 1100000 | 1000010 |
Color Harmonies of #FCAF57
Complementary color
Monochromatic Colors of #FCAF57
Black with #FCAF57
Text Example
Text Example
White with #FCAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF57; }
p { color: rgb(252,175,87); }
H1.HeaderClassName
{
color: #FCAF57;
}
.AnyTagClassName
{
color: #FCAF57;
}
</style>
background-color css
<style>
a { background-color: #FCAF57; }
a { background-color: rgb(252,175,87); }
div.DivClassName
{
background-color: #FCAF57;
}
.BgClassName
{
background-color: #FCAF57;
}
</style>
border-color css
<style>
span { border-color: #FCAF57; }
span { border-color: rgb(252,175,87); }
td.TdClassName
{
border-color: #FCAF57;
}
.TagClassName
{
border-color: #FCAF57;
}
</style>