Shades of Texas Rose #FFAD4F
Tints of Texas Rose #FFAD4F
RGB
CMYK
RGB Variations
Color information
#FFAD4F (or 0xFFAD4F) is known color: Texas Rose. HEX triplet: FF, AD and 4F. RGB value is (255,173,79). Sum of RGB (Red+Green+Blue) = 255+173+79=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD4F is #0052B0. Grayscale: #BBBBBB. Windows color (decimal): -21169 or 5221887. OLE color: 5221887.
HSL color Cylindrical-coordinate representation of color #FFAD4F: hue angle of 32.05º 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 #FFAD4F is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 79 | - |
| CMYK | 0 | 0.32 | 0.69 | 0 |
| HSL | 32.05º | 1% | 0.65% | - |
| HSV(B) | 32.05º | 0.69% | 1% | - |
| XYZ | 57.59 | 51.71 | 14.34 | - |
| YUV | 186.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 79 | 0 | 0.32 | 0.69 | 0 | 32.05 | 1 | 0.65 |
| Hex | FF | AD | 4F | 0 | 20 | 45 | 0 | 20 | 64 | 41 |
| Octal | 377 | 255 | 117 | 0 | 40 | 105 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101101 | 1001111 | 0 | 100000 | 1000101 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAD4F
Complementary color
Monochromatic Colors of #FFAD4F
Black with #FFAD4F
Text Example
Text Example
White with #FFAD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD4F; }
p { color: rgb(255,173,79); }
H1.HeaderClassName
{
color: #FFAD4F;
}
.AnyTagClassName
{
color: #FFAD4F;
}
</style>
background-color css
<style>
a { background-color: #FFAD4F; }
a { background-color: rgb(255,173,79); }
div.DivClassName
{
background-color: #FFAD4F;
}
.BgClassName
{
background-color: #FFAD4F;
}
</style>
border-color css
<style>
span { border-color: #FFAD4F; }
span { border-color: rgb(255,173,79); }
td.TdClassName
{
border-color: #FFAD4F;
}
.TagClassName
{
border-color: #FFAD4F;
}
</style>