Shades of Tulip Tree #F0B83E
Tints of Tulip Tree #F0B83E
RGB
CMYK
RGB Variations
Color information
#F0B83E (or 0xF0B83E) is known color: Tulip Tree. HEX triplet: F0, B8 and 3E. RGB value is (240,184,62). Sum of RGB (Red+Green+Blue) = 240+184+62=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B83E is #0F47C1. Grayscale: #BBBBBB. Windows color (decimal): -1001410 or 4110576. OLE color: 4110576.
HSL color Cylindrical-coordinate representation of color #F0B83E: hue angle of 41.12º 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 #F0B83E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 62 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.06 |
| HSL | 41.12º | 0.86% | 0.59% | - |
| HSV(B) | 41.12º | 0.74% | 0.94% | - |
| XYZ | 53.95 | 53.15 | 11.97 | - |
| YUV | 186.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 62 | 0 | 0.23 | 0.74 | 0.06 | 41.12 | 0.86 | 0.59 |
| Hex | F0 | B8 | 3E | 0 | 17 | 4A | 6 | 29 | 56 | 3B |
| Octal | 360 | 270 | 76 | 0 | 27 | 112 | 6 | 51 | 126 | 73 |
| Binary | 11110000 | 10111000 | 111110 | 0 | 10111 | 1001010 | 110 | 101001 | 1010110 | 111011 |
Color Harmonies of #F0B83E
Complementary color
Monochromatic Colors of #F0B83E
Black with #F0B83E
Text Example
Text Example
White with #F0B83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B83E; }
p { color: rgb(240,184,62); }
H1.HeaderClassName
{
color: #F0B83E;
}
.AnyTagClassName
{
color: #F0B83E;
}
</style>
background-color css
<style>
a { background-color: #F0B83E; }
a { background-color: rgb(240,184,62); }
div.DivClassName
{
background-color: #F0B83E;
}
.BgClassName
{
background-color: #F0B83E;
}
</style>
border-color css
<style>
span { border-color: #F0B83E; }
span { border-color: rgb(240,184,62); }
td.TdClassName
{
border-color: #F0B83E;
}
.TagClassName
{
border-color: #F0B83E;
}
</style>