Shades of Tulip Tree #F0B83F
Tints of Tulip Tree #F0B83F
RGB
CMYK
RGB Variations
Color information
#F0B83F (or 0xF0B83F) is known color: Tulip Tree. HEX triplet: F0, B8 and 3F. RGB value is (240,184,63). Sum of RGB (Red+Green+Blue) = 240+184+63=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B83F is #0F47C0. Grayscale: #BBBBBB. Windows color (decimal): -1001409 or 4176112. OLE color: 4176112.
HSL color Cylindrical-coordinate representation of color #F0B83F: hue angle of 41.02º 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 #F0B83F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 63 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.06 |
| HSL | 41.02º | 0.86% | 0.59% | - |
| HSV(B) | 41.02º | 0.74% | 0.94% | - |
| XYZ | 53.97 | 53.17 | 12.12 | - |
| YUV | 186.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 63 | 0 | 0.23 | 0.74 | 0.06 | 41.02 | 0.86 | 0.59 |
| Hex | F0 | B8 | 3F | 0 | 17 | 4A | 6 | 29 | 56 | 3B |
| Octal | 360 | 270 | 77 | 0 | 27 | 112 | 6 | 51 | 126 | 73 |
| Binary | 11110000 | 10111000 | 111111 | 0 | 10111 | 1001010 | 110 | 101001 | 1010110 | 111011 |
Color Harmonies of #F0B83F
Complementary color
Monochromatic Colors of #F0B83F
Black with #F0B83F
Text Example
Text Example
White with #F0B83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B83F; }
p { color: rgb(240,184,63); }
H1.HeaderClassName
{
color: #F0B83F;
}
.AnyTagClassName
{
color: #F0B83F;
}
</style>
background-color css
<style>
a { background-color: #F0B83F; }
a { background-color: rgb(240,184,63); }
div.DivClassName
{
background-color: #F0B83F;
}
.BgClassName
{
background-color: #F0B83F;
}
</style>
border-color css
<style>
span { border-color: #F0B83F; }
span { border-color: rgb(240,184,63); }
td.TdClassName
{
border-color: #F0B83F;
}
.TagClassName
{
border-color: #F0B83F;
}
</style>