Shades of Texas Rose #FFA652
Tints of Texas Rose #FFA652
RGB
CMYK
RGB Variations
Color information
#FFA652 (or 0xFFA652) is known color: Texas Rose. HEX triplet: FF, A6 and 52. RGB value is (255,166,82). Sum of RGB (Red+Green+Blue) = 255+166+82=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA652 is #0059AD. Grayscale: #B7B7B7. Windows color (decimal): -22958 or 5416703. OLE color: 5416703.
HSL color Cylindrical-coordinate representation of color #FFA652: hue angle of 29.13º 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 #FFA652 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 82 | - |
| CMYK | 0 | 0.35 | 0.68 | 0 |
| HSL | 29.13º | 1% | 0.66% | - |
| HSV(B) | 29.13º | 0.68% | 1% | - |
| XYZ | 56.4 | 49.14 | 14.5 | - |
| YUV | 183.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 82 | 0 | 0.35 | 0.68 | 0 | 29.13 | 1 | 0.66 |
| Hex | FF | A6 | 52 | 0 | 23 | 44 | 0 | 1D | 64 | 42 |
| Octal | 377 | 246 | 122 | 0 | 43 | 104 | 0 | 35 | 144 | 102 |
| Binary | 11111111 | 10100110 | 1010010 | 0 | 100011 | 1000100 | 0 | 11101 | 1100100 | 1000010 |
Color Harmonies of #FFA652
Complementary color
Monochromatic Colors of #FFA652
Black with #FFA652
Text Example
Text Example
White with #FFA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA652; }
p { color: rgb(255,166,82); }
H1.HeaderClassName
{
color: #FFA652;
}
.AnyTagClassName
{
color: #FFA652;
}
</style>
background-color css
<style>
a { background-color: #FFA652; }
a { background-color: rgb(255,166,82); }
div.DivClassName
{
background-color: #FFA652;
}
.BgClassName
{
background-color: #FFA652;
}
</style>
border-color css
<style>
span { border-color: #FFA652; }
span { border-color: rgb(255,166,82); }
td.TdClassName
{
border-color: #FFA652;
}
.TagClassName
{
border-color: #FFA652;
}
</style>