Shades of Texas Rose #FFAF5B
Tints of Texas Rose #FFAF5B
RGB
CMYK
RGB Variations
Color information
#FFAF5B (or 0xFFAF5B) is known color: Texas Rose. HEX triplet: FF, AF and 5B. RGB value is (255,175,91). Sum of RGB (Red+Green+Blue) = 255+175+91=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF5B is #0050A4. Grayscale: #BDBDBD. Windows color (decimal): -20645 or 6008831. OLE color: 6008831.
HSL color Cylindrical-coordinate representation of color #FFAF5B: hue angle of 30.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFAF5B is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 91 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 30.73º | 1% | 0.68% | - |
| HSV(B) | 30.73º | 0.64% | 1% | - |
| XYZ | 58.46 | 52.68 | 16.98 | - |
| YUV | 189.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 91 | 0 | 0.31 | 0.64 | 0 | 30.73 | 1 | 0.68 |
| Hex | FF | AF | 5B | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 257 | 133 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10101111 | 1011011 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFAF5B
Complementary color
Monochromatic Colors of #FFAF5B
Black with #FFAF5B
Text Example
Text Example
White with #FFAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF5B; }
p { color: rgb(255,175,91); }
H1.HeaderClassName
{
color: #FFAF5B;
}
.AnyTagClassName
{
color: #FFAF5B;
}
</style>
background-color css
<style>
a { background-color: #FFAF5B; }
a { background-color: rgb(255,175,91); }
div.DivClassName
{
background-color: #FFAF5B;
}
.BgClassName
{
background-color: #FFAF5B;
}
</style>
border-color css
<style>
span { border-color: #FFAF5B; }
span { border-color: rgb(255,175,91); }
td.TdClassName
{
border-color: #FFAF5B;
}
.TagClassName
{
border-color: #FFAF5B;
}
</style>