Shades of Tulip Tree #F0A93E
Tints of Tulip Tree #F0A93E
RGB
CMYK
RGB Variations
Color information
#F0A93E (or 0xF0A93E) is known color: Tulip Tree. HEX triplet: F0, A9 and 3E. RGB value is (240,169,62). Sum of RGB (Red+Green+Blue) = 240+169+62=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A93E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A93E is #0F56C1. Grayscale: #B2B2B2. Windows color (decimal): -1005250 or 4106736. OLE color: 4106736.
HSL color Cylindrical-coordinate representation of color #F0A93E: hue angle of 36.07º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0A93E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 62 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.06 |
| HSL | 36.07º | 0.86% | 0.59% | - |
| HSV(B) | 36.07º | 0.74% | 0.94% | - |
| XYZ | 50.99 | 47.25 | 10.99 | - |
| YUV | 178.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 62 | 0 | 0.30 | 0.74 | 0.06 | 36.07 | 0.86 | 0.59 |
| Hex | F0 | A9 | 3E | 0 | 1E | 4A | 6 | 24 | 56 | 3B |
| Octal | 360 | 251 | 76 | 0 | 36 | 112 | 6 | 44 | 126 | 73 |
| Binary | 11110000 | 10101001 | 111110 | 0 | 11110 | 1001010 | 110 | 100100 | 1010110 | 111011 |
Color Harmonies of #F0A93E
Complementary color
Monochromatic Colors of #F0A93E
Black with #F0A93E
Text Example
Text Example
White with #F0A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A93E; }
p { color: rgb(240,169,62); }
H1.HeaderClassName
{
color: #F0A93E;
}
.AnyTagClassName
{
color: #F0A93E;
}
</style>
background-color css
<style>
a { background-color: #F0A93E; }
a { background-color: rgb(240,169,62); }
div.DivClassName
{
background-color: #F0A93E;
}
.BgClassName
{
background-color: #F0A93E;
}
</style>
border-color css
<style>
span { border-color: #F0A93E; }
span { border-color: rgb(240,169,62); }
td.TdClassName
{
border-color: #F0A93E;
}
.TagClassName
{
border-color: #F0A93E;
}
</style>