Shades of Tulip Tree #F0AD38
Tints of Tulip Tree #F0AD38
RGB
CMYK
RGB Variations
Color information
#F0AD38 (or 0xF0AD38) is known color: Tulip Tree. HEX triplet: F0, AD and 38. RGB value is (240,173,56). Sum of RGB (Red+Green+Blue) = 240+173+56=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD38 is #0F52C7. Grayscale: #B4B4B4. Windows color (decimal): -1004232 or 3714544. OLE color: 3714544.
HSL color Cylindrical-coordinate representation of color #F0AD38: hue angle of 38.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0AD38 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 56 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.06 |
| HSL | 38.15º | 0.86% | 0.58% | - |
| HSV(B) | 38.15º | 0.77% | 0.94% | - |
| XYZ | 51.59 | 48.7 | 10.42 | - |
| YUV | 179.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 56 | 0 | 0.28 | 0.77 | 0.06 | 38.15 | 0.86 | 0.58 |
| Hex | F0 | AD | 38 | 0 | 1C | 4D | 6 | 26 | 56 | 3A |
| Octal | 360 | 255 | 70 | 0 | 34 | 115 | 6 | 46 | 126 | 72 |
| Binary | 11110000 | 10101101 | 111000 | 0 | 11100 | 1001101 | 110 | 100110 | 1010110 | 111010 |
Color Harmonies of #F0AD38
Complementary color
Monochromatic Colors of #F0AD38
Black with #F0AD38
Text Example
Text Example
White with #F0AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD38; }
p { color: rgb(240,173,56); }
H1.HeaderClassName
{
color: #F0AD38;
}
.AnyTagClassName
{
color: #F0AD38;
}
</style>
background-color css
<style>
a { background-color: #F0AD38; }
a { background-color: rgb(240,173,56); }
div.DivClassName
{
background-color: #F0AD38;
}
.BgClassName
{
background-color: #F0AD38;
}
</style>
border-color css
<style>
span { border-color: #F0AD38; }
span { border-color: rgb(240,173,56); }
td.TdClassName
{
border-color: #F0AD38;
}
.TagClassName
{
border-color: #F0AD38;
}
</style>