Shades of Texas Rose #FCAF58
Tints of Texas Rose #FCAF58
RGB
CMYK
RGB Variations
Color information
#FCAF58 (or 0xFCAF58) is known color: Texas Rose. HEX triplet: FC, AF and 58. RGB value is (252,175,88). Sum of RGB (Red+Green+Blue) = 252+175+88=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF58 is #0350A7. Grayscale: #BCBCBC. Windows color (decimal): -217256 or 5812220. OLE color: 5812220.
HSL color Cylindrical-coordinate representation of color #FCAF58: hue angle of 31.83º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCAF58 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 88 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.01 |
| HSL | 31.83º | 0.96% | 0.67% | - |
| HSV(B) | 31.83º | 0.65% | 0.99% | - |
| XYZ | 57.24 | 52.06 | 16.26 | - |
| YUV | 188.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 88 | 0 | 0.31 | 0.65 | 0.01 | 31.83 | 0.96 | 0.67 |
| Hex | FC | AF | 58 | 0 | 1F | 41 | 1 | 20 | 60 | 43 |
| Octal | 374 | 257 | 130 | 0 | 37 | 101 | 1 | 40 | 140 | 103 |
| Binary | 11111100 | 10101111 | 1011000 | 0 | 11111 | 1000001 | 1 | 100000 | 1100000 | 1000011 |
Color Harmonies of #FCAF58
Complementary color
Monochromatic Colors of #FCAF58
Black with #FCAF58
Text Example
Text Example
White with #FCAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF58; }
p { color: rgb(252,175,88); }
H1.HeaderClassName
{
color: #FCAF58;
}
.AnyTagClassName
{
color: #FCAF58;
}
</style>
background-color css
<style>
a { background-color: #FCAF58; }
a { background-color: rgb(252,175,88); }
div.DivClassName
{
background-color: #FCAF58;
}
.BgClassName
{
background-color: #FCAF58;
}
</style>
border-color css
<style>
span { border-color: #FCAF58; }
span { border-color: rgb(252,175,88); }
td.TdClassName
{
border-color: #FCAF58;
}
.TagClassName
{
border-color: #FCAF58;
}
</style>