Shades of Tulip Tree #F0B33D
Tints of Tulip Tree #F0B33D
RGB
CMYK
RGB Variations
Color information
#F0B33D (or 0xF0B33D) is known color: Tulip Tree. HEX triplet: F0, B3 and 3D. RGB value is (240,179,61). Sum of RGB (Red+Green+Blue) = 240+179+61=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B33D is #0F4CC2. Grayscale: #B8B8B8. Windows color (decimal): -1002691 or 4043760. OLE color: 4043760.
HSL color Cylindrical-coordinate representation of color #F0B33D: hue angle of 39.55º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0B33D is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 61 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.06 |
| HSL | 39.55º | 0.86% | 0.59% | - |
| HSV(B) | 39.55º | 0.75% | 0.94% | - |
| XYZ | 52.9 | 51.1 | 11.49 | - |
| YUV | 183.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 61 | 0 | 0.25 | 0.75 | 0.06 | 39.55 | 0.86 | 0.59 |
| Hex | F0 | B3 | 3D | 0 | 19 | 4B | 6 | 28 | 56 | 3B |
| Octal | 360 | 263 | 75 | 0 | 31 | 113 | 6 | 50 | 126 | 73 |
| Binary | 11110000 | 10110011 | 111101 | 0 | 11001 | 1001011 | 110 | 101000 | 1010110 | 111011 |
Color Harmonies of #F0B33D
Complementary color
Monochromatic Colors of #F0B33D
Black with #F0B33D
Text Example
Text Example
White with #F0B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B33D; }
p { color: rgb(240,179,61); }
H1.HeaderClassName
{
color: #F0B33D;
}
.AnyTagClassName
{
color: #F0B33D;
}
</style>
background-color css
<style>
a { background-color: #F0B33D; }
a { background-color: rgb(240,179,61); }
div.DivClassName
{
background-color: #F0B33D;
}
.BgClassName
{
background-color: #F0B33D;
}
</style>
border-color css
<style>
span { border-color: #F0B33D; }
span { border-color: rgb(240,179,61); }
td.TdClassName
{
border-color: #F0B33D;
}
.TagClassName
{
border-color: #F0B33D;
}
</style>