Shades of Texas Rose #FFAF51
Tints of Texas Rose #FFAF51
RGB
CMYK
RGB Variations
Color information
#FFAF51 (or 0xFFAF51) is known color: Texas Rose. HEX triplet: FF, AF and 51. RGB value is (255,175,81). Sum of RGB (Red+Green+Blue) = 255+175+81=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF51 is #0050AE. Grayscale: #BCBCBC. Windows color (decimal): -20655 or 5353471. OLE color: 5353471.
HSL color Cylindrical-coordinate representation of color #FFAF51: hue angle of 32.41º 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 #FFAF51 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 81 | - |
| CMYK | 0 | 0.31 | 0.68 | 0 |
| HSL | 32.41º | 1% | 0.66% | - |
| HSV(B) | 32.41º | 0.68% | 1% | - |
| XYZ | 58.06 | 52.51 | 14.86 | - |
| YUV | 188.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 81 | 0 | 0.31 | 0.68 | 0 | 32.41 | 1 | 0.66 |
| Hex | FF | AF | 51 | 0 | 1F | 44 | 0 | 20 | 64 | 42 |
| Octal | 377 | 257 | 121 | 0 | 37 | 104 | 0 | 40 | 144 | 102 |
| Binary | 11111111 | 10101111 | 1010001 | 0 | 11111 | 1000100 | 0 | 100000 | 1100100 | 1000010 |
Color Harmonies of #FFAF51
Complementary color
Monochromatic Colors of #FFAF51
Black with #FFAF51
Text Example
Text Example
White with #FFAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF51; }
p { color: rgb(255,175,81); }
H1.HeaderClassName
{
color: #FFAF51;
}
.AnyTagClassName
{
color: #FFAF51;
}
</style>
background-color css
<style>
a { background-color: #FFAF51; }
a { background-color: rgb(255,175,81); }
div.DivClassName
{
background-color: #FFAF51;
}
.BgClassName
{
background-color: #FFAF51;
}
</style>
border-color css
<style>
span { border-color: #FFAF51; }
span { border-color: rgb(255,175,81); }
td.TdClassName
{
border-color: #FFAF51;
}
.TagClassName
{
border-color: #FFAF51;
}
</style>