Shades of Texas Rose #FFAC51
Tints of Texas Rose #FFAC51
RGB
CMYK
RGB Variations
Color information
#FFAC51 (or 0xFFAC51) is known color: Texas Rose. HEX triplet: FF, AC and 51. RGB value is (255,172,81). Sum of RGB (Red+Green+Blue) = 255+172+81=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC51 is #0053AE. Grayscale: #BABABA. Windows color (decimal): -21423 or 5352703. OLE color: 5352703.
HSL color Cylindrical-coordinate representation of color #FFAC51: hue angle of 31.38º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFAC51 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 81 | - |
| CMYK | 0 | 0.33 | 0.68 | 0 |
| HSL | 31.38º | 1% | 0.66% | - |
| HSV(B) | 31.38º | 0.68% | 1% | - |
| XYZ | 57.48 | 51.36 | 14.67 | - |
| YUV | 186.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 81 | 0 | 0.33 | 0.68 | 0 | 31.38 | 1 | 0.66 |
| Hex | FF | AC | 51 | 0 | 21 | 44 | 0 | 1F | 64 | 42 |
| Octal | 377 | 254 | 121 | 0 | 41 | 104 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101100 | 1010001 | 0 | 100001 | 1000100 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAC51
Complementary color
Monochromatic Colors of #FFAC51
Black with #FFAC51
Text Example
Text Example
White with #FFAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC51; }
p { color: rgb(255,172,81); }
H1.HeaderClassName
{
color: #FFAC51;
}
.AnyTagClassName
{
color: #FFAC51;
}
</style>
background-color css
<style>
a { background-color: #FFAC51; }
a { background-color: rgb(255,172,81); }
div.DivClassName
{
background-color: #FFAC51;
}
.BgClassName
{
background-color: #FFAC51;
}
</style>
border-color css
<style>
span { border-color: #FFAC51; }
span { border-color: rgb(255,172,81); }
td.TdClassName
{
border-color: #FFAC51;
}
.TagClassName
{
border-color: #FFAC51;
}
</style>