Shades of Tulip Tree #F0AC3A
Tints of Tulip Tree #F0AC3A
RGB
CMYK
RGB Variations
Color information
#F0AC3A (or 0xF0AC3A) is known color: Tulip Tree. HEX triplet: F0, AC and 3A. RGB value is (240,172,58). Sum of RGB (Red+Green+Blue) = 240+172+58=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC3A is #0F53C5. Grayscale: #B3B3B3. Windows color (decimal): -1004486 or 3845360. OLE color: 3845360.
HSL color Cylindrical-coordinate representation of color #F0AC3A: hue angle of 37.58º 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 #F0AC3A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 58 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.06 |
| HSL | 37.58º | 0.86% | 0.58% | - |
| HSV(B) | 37.58º | 0.76% | 0.94% | - |
| XYZ | 51.45 | 48.34 | 10.62 | - |
| YUV | 179.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 58 | 0 | 0.28 | 0.76 | 0.06 | 37.58 | 0.86 | 0.58 |
| Hex | F0 | AC | 3A | 0 | 1C | 4C | 6 | 26 | 56 | 3A |
| Octal | 360 | 254 | 72 | 0 | 34 | 114 | 6 | 46 | 126 | 72 |
| Binary | 11110000 | 10101100 | 111010 | 0 | 11100 | 1001100 | 110 | 100110 | 1010110 | 111010 |
Color Harmonies of #F0AC3A
Complementary color
Monochromatic Colors of #F0AC3A
Black with #F0AC3A
Text Example
Text Example
White with #F0AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC3A; }
p { color: rgb(240,172,58); }
H1.HeaderClassName
{
color: #F0AC3A;
}
.AnyTagClassName
{
color: #F0AC3A;
}
</style>
background-color css
<style>
a { background-color: #F0AC3A; }
a { background-color: rgb(240,172,58); }
div.DivClassName
{
background-color: #F0AC3A;
}
.BgClassName
{
background-color: #F0AC3A;
}
</style>
border-color css
<style>
span { border-color: #F0AC3A; }
span { border-color: rgb(240,172,58); }
td.TdClassName
{
border-color: #F0AC3A;
}
.TagClassName
{
border-color: #F0AC3A;
}
</style>