Shades of Tulip Tree #F0B63C
Tints of Tulip Tree #F0B63C
RGB
CMYK
RGB Variations
Color information
#F0B63C (or 0xF0B63C) is known color: Tulip Tree. HEX triplet: F0, B6 and 3C. RGB value is (240,182,60). Sum of RGB (Red+Green+Blue) = 240+182+60=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B63C is #0F49C3. Grayscale: #B9B9B9. Windows color (decimal): -1001924 or 3978992. OLE color: 3978992.
HSL color Cylindrical-coordinate representation of color #F0B63C: hue angle of 40.67º 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 #F0B63C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 60 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.06 |
| HSL | 40.67º | 0.86% | 0.59% | - |
| HSV(B) | 40.67º | 0.75% | 0.94% | - |
| XYZ | 53.48 | 52.31 | 11.55 | - |
| YUV | 185.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 60 | 0 | 0.24 | 0.75 | 0.06 | 40.67 | 0.86 | 0.59 |
| Hex | F0 | B6 | 3C | 0 | 18 | 4B | 6 | 29 | 56 | 3B |
| Octal | 360 | 266 | 74 | 0 | 30 | 113 | 6 | 51 | 126 | 73 |
| Binary | 11110000 | 10110110 | 111100 | 0 | 11000 | 1001011 | 110 | 101001 | 1010110 | 111011 |
Color Harmonies of #F0B63C
Complementary color
Monochromatic Colors of #F0B63C
Black with #F0B63C
Text Example
Text Example
White with #F0B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B63C; }
p { color: rgb(240,182,60); }
H1.HeaderClassName
{
color: #F0B63C;
}
.AnyTagClassName
{
color: #F0B63C;
}
</style>
background-color css
<style>
a { background-color: #F0B63C; }
a { background-color: rgb(240,182,60); }
div.DivClassName
{
background-color: #F0B63C;
}
.BgClassName
{
background-color: #F0B63C;
}
</style>
border-color css
<style>
span { border-color: #F0B63C; }
span { border-color: rgb(240,182,60); }
td.TdClassName
{
border-color: #F0B63C;
}
.TagClassName
{
border-color: #F0B63C;
}
</style>