Shades of Tulip Tree #F0B740
Tints of Tulip Tree #F0B740
RGB
CMYK
RGB Variations
Color information
#F0B740 (or 0xF0B740) is known color: Tulip Tree. HEX triplet: F0, B7 and 40. RGB value is (240,183,64). Sum of RGB (Red+Green+Blue) = 240+183+64=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B740 is #0F48BF. Grayscale: #BBBBBB. Windows color (decimal): -1001664 or 4241392. OLE color: 4241392.
HSL color Cylindrical-coordinate representation of color #F0B740: hue angle of 40.57º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0B740 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 64 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.06 |
| HSL | 40.57º | 0.85% | 0.6% | - |
| HSV(B) | 40.57º | 0.73% | 0.94% | - |
| XYZ | 53.79 | 52.76 | 12.2 | - |
| YUV | 186.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 64 | 0 | 0.24 | 0.73 | 0.06 | 40.57 | 0.85 | 0.6 |
| Hex | F0 | B7 | 40 | 0 | 18 | 49 | 6 | 29 | 55 | 3C |
| Octal | 360 | 267 | 100 | 0 | 30 | 111 | 6 | 51 | 125 | 74 |
| Binary | 11110000 | 10110111 | 1000000 | 0 | 11000 | 1001001 | 110 | 101001 | 1010101 | 111100 |
Color Harmonies of #F0B740
Complementary color
Monochromatic Colors of #F0B740
Black with #F0B740
Text Example
Text Example
White with #F0B740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B740; }
p { color: rgb(240,183,64); }
H1.HeaderClassName
{
color: #F0B740;
}
.AnyTagClassName
{
color: #F0B740;
}
</style>
background-color css
<style>
a { background-color: #F0B740; }
a { background-color: rgb(240,183,64); }
div.DivClassName
{
background-color: #F0B740;
}
.BgClassName
{
background-color: #F0B740;
}
</style>
border-color css
<style>
span { border-color: #F0B740; }
span { border-color: rgb(240,183,64); }
td.TdClassName
{
border-color: #F0B740;
}
.TagClassName
{
border-color: #F0B740;
}
</style>