Shades of Texas Rose #FFAF54
Tints of Texas Rose #FFAF54
RGB
CMYK
RGB Variations
Color information
#FFAF54 (or 0xFFAF54) is known color: Texas Rose. HEX triplet: FF, AF and 54. RGB value is (255,175,84). Sum of RGB (Red+Green+Blue) = 255+175+84=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF54 is #0050AB. Grayscale: #BCBCBC. Windows color (decimal): -20652 or 5550079. OLE color: 5550079.
HSL color Cylindrical-coordinate representation of color #FFAF54: hue angle of 31.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFAF54 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 84 | - |
| CMYK | 0 | 0.31 | 0.67 | 0 |
| HSL | 31.93º | 1% | 0.66% | - |
| HSV(B) | 31.93º | 0.67% | 1% | - |
| XYZ | 58.17 | 52.56 | 15.47 | - |
| YUV | 188.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 84 | 0 | 0.31 | 0.67 | 0 | 31.93 | 1 | 0.66 |
| Hex | FF | AF | 54 | 0 | 1F | 43 | 0 | 20 | 64 | 42 |
| Octal | 377 | 257 | 124 | 0 | 37 | 103 | 0 | 40 | 144 | 102 |
| Binary | 11111111 | 10101111 | 1010100 | 0 | 11111 | 1000011 | 0 | 100000 | 1100100 | 1000010 |
Color Harmonies of #FFAF54
Complementary color
Monochromatic Colors of #FFAF54
Black with #FFAF54
Text Example
Text Example
White with #FFAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF54; }
p { color: rgb(255,175,84); }
H1.HeaderClassName
{
color: #FFAF54;
}
.AnyTagClassName
{
color: #FFAF54;
}
</style>
background-color css
<style>
a { background-color: #FFAF54; }
a { background-color: rgb(255,175,84); }
div.DivClassName
{
background-color: #FFAF54;
}
.BgClassName
{
background-color: #FFAF54;
}
</style>
border-color css
<style>
span { border-color: #FFAF54; }
span { border-color: rgb(255,175,84); }
td.TdClassName
{
border-color: #FFAF54;
}
.TagClassName
{
border-color: #FFAF54;
}
</style>