Shades of Texas Rose #FFAC4F
Tints of Texas Rose #FFAC4F
RGB
CMYK
RGB Variations
Color information
#FFAC4F (or 0xFFAC4F) is known color: Texas Rose. HEX triplet: FF, AC and 4F. RGB value is (255,172,79). Sum of RGB (Red+Green+Blue) = 255+172+79=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC4F is #0053B0. Grayscale: #BABABA. Windows color (decimal): -21425 or 5221631. OLE color: 5221631.
HSL color Cylindrical-coordinate representation of color #FFAC4F: hue angle of 31.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFAC4F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 79 | - |
| CMYK | 0 | 0.33 | 0.69 | 0 |
| HSL | 31.7º | 1% | 0.65% | - |
| HSV(B) | 31.7º | 0.69% | 1% | - |
| XYZ | 57.4 | 51.33 | 14.28 | - |
| YUV | 186.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 79 | 0 | 0.33 | 0.69 | 0 | 31.7 | 1 | 0.65 |
| Hex | FF | AC | 4F | 0 | 21 | 45 | 0 | 20 | 64 | 41 |
| Octal | 377 | 254 | 117 | 0 | 41 | 105 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101100 | 1001111 | 0 | 100001 | 1000101 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAC4F
Complementary color
Monochromatic Colors of #FFAC4F
Black with #FFAC4F
Text Example
Text Example
White with #FFAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC4F; }
p { color: rgb(255,172,79); }
H1.HeaderClassName
{
color: #FFAC4F;
}
.AnyTagClassName
{
color: #FFAC4F;
}
</style>
background-color css
<style>
a { background-color: #FFAC4F; }
a { background-color: rgb(255,172,79); }
div.DivClassName
{
background-color: #FFAC4F;
}
.BgClassName
{
background-color: #FFAC4F;
}
</style>
border-color css
<style>
span { border-color: #FFAC4F; }
span { border-color: rgb(255,172,79); }
td.TdClassName
{
border-color: #FFAC4F;
}
.TagClassName
{
border-color: #FFAC4F;
}
</style>