Shades of Tulip Tree #F0AB3D
Tints of Tulip Tree #F0AB3D
RGB
CMYK
RGB Variations
Color information
#F0AB3D (or 0xF0AB3D) is known color: Tulip Tree. HEX triplet: F0, AB and 3D. RGB value is (240,171,61). Sum of RGB (Red+Green+Blue) = 240+171+61=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB3D is #0F54C2. Grayscale: #B3B3B3. Windows color (decimal): -1004739 or 4041712. OLE color: 4041712.
HSL color Cylindrical-coordinate representation of color #F0AB3D: hue angle of 36.87º 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 #F0AB3D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 61 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.06 |
| HSL | 36.87º | 0.86% | 0.59% | - |
| HSV(B) | 36.87º | 0.75% | 0.94% | - |
| XYZ | 51.34 | 47.99 | 10.97 | - |
| YUV | 179.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 61 | 0 | 0.29 | 0.75 | 0.06 | 36.87 | 0.86 | 0.59 |
| Hex | F0 | AB | 3D | 0 | 1D | 4B | 6 | 25 | 56 | 3B |
| Octal | 360 | 253 | 75 | 0 | 35 | 113 | 6 | 45 | 126 | 73 |
| Binary | 11110000 | 10101011 | 111101 | 0 | 11101 | 1001011 | 110 | 100101 | 1010110 | 111011 |
Color Harmonies of #F0AB3D
Complementary color
Monochromatic Colors of #F0AB3D
Black with #F0AB3D
Text Example
Text Example
White with #F0AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB3D; }
p { color: rgb(240,171,61); }
H1.HeaderClassName
{
color: #F0AB3D;
}
.AnyTagClassName
{
color: #F0AB3D;
}
</style>
background-color css
<style>
a { background-color: #F0AB3D; }
a { background-color: rgb(240,171,61); }
div.DivClassName
{
background-color: #F0AB3D;
}
.BgClassName
{
background-color: #F0AB3D;
}
</style>
border-color css
<style>
span { border-color: #F0AB3D; }
span { border-color: rgb(240,171,61); }
td.TdClassName
{
border-color: #F0AB3D;
}
.TagClassName
{
border-color: #F0AB3D;
}
</style>