Shades of Tulip Tree #F1AD3A
Tints of Tulip Tree #F1AD3A
RGB
CMYK
RGB Variations
Color information
#F1AD3A (or 0xF1AD3A) is known color: Tulip Tree. HEX triplet: F1, AD and 3A. RGB value is (241,173,58). Sum of RGB (Red+Green+Blue) = 241+173+58=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD3A is #0E52C5. Grayscale: #B4B4B4. Windows color (decimal): -938694 or 3845617. OLE color: 3845617.
HSL color Cylindrical-coordinate representation of color #F1AD3A: hue angle of 37.7º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1AD3A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 58 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.05 |
| HSL | 37.7º | 0.87% | 0.59% | - |
| HSV(B) | 37.7º | 0.76% | 0.95% | - |
| XYZ | 51.98 | 48.89 | 10.7 | - |
| YUV | 180.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 58 | 0 | 0.28 | 0.76 | 0.05 | 37.7 | 0.87 | 0.59 |
| Hex | F1 | AD | 3A | 0 | 1C | 4C | 5 | 26 | 57 | 3B |
| Octal | 361 | 255 | 72 | 0 | 34 | 114 | 5 | 46 | 127 | 73 |
| Binary | 11110001 | 10101101 | 111010 | 0 | 11100 | 1001100 | 101 | 100110 | 1010111 | 111011 |
Color Harmonies of #F1AD3A
Complementary color
Monochromatic Colors of #F1AD3A
Black with #F1AD3A
Text Example
Text Example
White with #F1AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD3A; }
p { color: rgb(241,173,58); }
H1.HeaderClassName
{
color: #F1AD3A;
}
.AnyTagClassName
{
color: #F1AD3A;
}
</style>
background-color css
<style>
a { background-color: #F1AD3A; }
a { background-color: rgb(241,173,58); }
div.DivClassName
{
background-color: #F1AD3A;
}
.BgClassName
{
background-color: #F1AD3A;
}
</style>
border-color css
<style>
span { border-color: #F1AD3A; }
span { border-color: rgb(241,173,58); }
td.TdClassName
{
border-color: #F1AD3A;
}
.TagClassName
{
border-color: #F1AD3A;
}
</style>