Shades of Tulip Tree #F0AD3A
Tints of Tulip Tree #F0AD3A
RGB
CMYK
RGB Variations
Color information
#F0AD3A (or 0xF0AD3A) is known color: Tulip Tree. HEX triplet: F0, AD and 3A. RGB value is (240,173,58). Sum of RGB (Red+Green+Blue) = 240+173+58=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD3A is #0F52C5. Grayscale: #B4B4B4. Windows color (decimal): -1004230 or 3845616. OLE color: 3845616.
HSL color Cylindrical-coordinate representation of color #F0AD3A: hue angle of 37.91º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0AD3A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 58 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.06 |
| HSL | 37.91º | 0.86% | 0.58% | - |
| HSV(B) | 37.91º | 0.76% | 0.94% | - |
| XYZ | 51.64 | 48.72 | 10.68 | - |
| YUV | 179.92 | 59.2 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 58 | 0 | 0.28 | 0.76 | 0.06 | 37.91 | 0.86 | 0.58 |
| Hex | F0 | AD | 3A | 0 | 1C | 4C | 6 | 26 | 56 | 3A |
| Octal | 360 | 255 | 72 | 0 | 34 | 114 | 6 | 46 | 126 | 72 |
| Binary | 11110000 | 10101101 | 111010 | 0 | 11100 | 1001100 | 110 | 100110 | 1010110 | 111010 |
Color Harmonies of #F0AD3A
Complementary color
Monochromatic Colors of #F0AD3A
Black with #F0AD3A
Text Example
Text Example
White with #F0AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD3A; }
p { color: rgb(240,173,58); }
H1.HeaderClassName
{
color: #F0AD3A;
}
.AnyTagClassName
{
color: #F0AD3A;
}
</style>
background-color css
<style>
a { background-color: #F0AD3A; }
a { background-color: rgb(240,173,58); }
div.DivClassName
{
background-color: #F0AD3A;
}
.BgClassName
{
background-color: #F0AD3A;
}
</style>
border-color css
<style>
span { border-color: #F0AD3A; }
span { border-color: rgb(240,173,58); }
td.TdClassName
{
border-color: #F0AD3A;
}
.TagClassName
{
border-color: #F0AD3A;
}
</style>