Shades of Texas Rose #FCAF5B
Tints of Texas Rose #FCAF5B
RGB
CMYK
RGB Variations
Color information
#FCAF5B (or 0xFCAF5B) is known color: Texas Rose. HEX triplet: FC, AF and 5B. RGB value is (252,175,91). Sum of RGB (Red+Green+Blue) = 252+175+91=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF5B is #0350A4. Grayscale: #BCBCBC. Windows color (decimal): -217253 or 6008828. OLE color: 6008828.
HSL color Cylindrical-coordinate representation of color #FCAF5B: hue angle of 31.3º 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 #FCAF5B is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 91 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.01 |
| HSL | 31.3º | 0.96% | 0.67% | - |
| HSV(B) | 31.3º | 0.64% | 0.99% | - |
| XYZ | 57.36 | 52.11 | 16.93 | - |
| YUV | 188.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 91 | 0 | 0.31 | 0.64 | 0.01 | 31.3 | 0.96 | 0.67 |
| Hex | FC | AF | 5B | 0 | 1F | 40 | 1 | 1F | 60 | 43 |
| Octal | 374 | 257 | 133 | 0 | 37 | 100 | 1 | 37 | 140 | 103 |
| Binary | 11111100 | 10101111 | 1011011 | 0 | 11111 | 1000000 | 1 | 11111 | 1100000 | 1000011 |
Color Harmonies of #FCAF5B
Complementary color
Monochromatic Colors of #FCAF5B
Black with #FCAF5B
Text Example
Text Example
White with #FCAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF5B; }
p { color: rgb(252,175,91); }
H1.HeaderClassName
{
color: #FCAF5B;
}
.AnyTagClassName
{
color: #FCAF5B;
}
</style>
background-color css
<style>
a { background-color: #FCAF5B; }
a { background-color: rgb(252,175,91); }
div.DivClassName
{
background-color: #FCAF5B;
}
.BgClassName
{
background-color: #FCAF5B;
}
</style>
border-color css
<style>
span { border-color: #FCAF5B; }
span { border-color: rgb(252,175,91); }
td.TdClassName
{
border-color: #FCAF5B;
}
.TagClassName
{
border-color: #FCAF5B;
}
</style>