Shades of Texas Rose #FFAC5A
Tints of Texas Rose #FFAC5A
RGB
CMYK
RGB Variations
Color information
#FFAC5A (or 0xFFAC5A) is known color: Texas Rose. HEX triplet: FF, AC and 5A. RGB value is (255,172,90). Sum of RGB (Red+Green+Blue) = 255+172+90=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5A is #0053A5. Grayscale: #BBBBBB. Windows color (decimal): -21414 or 5942527. OLE color: 5942527.
HSL color Cylindrical-coordinate representation of color #FFAC5A: hue angle of 29.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFAC5A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 90 | - |
| CMYK | 0 | 0.33 | 0.65 | 0 |
| HSL | 29.82º | 1% | 0.68% | - |
| HSV(B) | 29.82º | 0.65% | 1% | - |
| XYZ | 57.84 | 51.5 | 16.57 | - |
| YUV | 187.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 90 | 0 | 0.33 | 0.65 | 0 | 29.82 | 1 | 0.68 |
| Hex | FF | AC | 5A | 0 | 21 | 41 | 0 | 1E | 64 | 44 |
| Octal | 377 | 254 | 132 | 0 | 41 | 101 | 0 | 36 | 144 | 104 |
| Binary | 11111111 | 10101100 | 1011010 | 0 | 100001 | 1000001 | 0 | 11110 | 1100100 | 1000100 |
Color Harmonies of #FFAC5A
Complementary color
Monochromatic Colors of #FFAC5A
Black with #FFAC5A
Text Example
Text Example
White with #FFAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC5A; }
p { color: rgb(255,172,90); }
H1.HeaderClassName
{
color: #FFAC5A;
}
.AnyTagClassName
{
color: #FFAC5A;
}
</style>
background-color css
<style>
a { background-color: #FFAC5A; }
a { background-color: rgb(255,172,90); }
div.DivClassName
{
background-color: #FFAC5A;
}
.BgClassName
{
background-color: #FFAC5A;
}
</style>
border-color css
<style>
span { border-color: #FFAC5A; }
span { border-color: rgb(255,172,90); }
td.TdClassName
{
border-color: #FFAC5A;
}
.TagClassName
{
border-color: #FFAC5A;
}
</style>