Shades of Tulip Tree #F0AE3C
Tints of Tulip Tree #F0AE3C
RGB
CMYK
RGB Variations
Color information
#F0AE3C (or 0xF0AE3C) is known color: Tulip Tree. HEX triplet: F0, AE and 3C. RGB value is (240,174,60). Sum of RGB (Red+Green+Blue) = 240+174+60=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AE3C is #0F51C3. Grayscale: #B5B5B5. Windows color (decimal): -1003972 or 3976944. OLE color: 3976944.
HSL color Cylindrical-coordinate representation of color #F0AE3C: hue angle of 38º 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 #F0AE3C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 60 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.06 |
| HSL | 38º | 0.86% | 0.59% | - |
| HSV(B) | 38º | 0.75% | 0.94% | - |
| XYZ | 51.89 | 49.12 | 11.02 | - |
| YUV | 180.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 60 | 0 | 0.28 | 0.75 | 0.06 | 38 | 0.86 | 0.59 |
| Hex | F0 | AE | 3C | 0 | 1C | 4B | 6 | 26 | 56 | 3B |
| Octal | 360 | 256 | 74 | 0 | 34 | 113 | 6 | 46 | 126 | 73 |
| Binary | 11110000 | 10101110 | 111100 | 0 | 11100 | 1001011 | 110 | 100110 | 1010110 | 111011 |
Color Harmonies of #F0AE3C
Complementary color
Monochromatic Colors of #F0AE3C
Black with #F0AE3C
Text Example
Text Example
White with #F0AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AE3C; }
p { color: rgb(240,174,60); }
H1.HeaderClassName
{
color: #F0AE3C;
}
.AnyTagClassName
{
color: #F0AE3C;
}
</style>
background-color css
<style>
a { background-color: #F0AE3C; }
a { background-color: rgb(240,174,60); }
div.DivClassName
{
background-color: #F0AE3C;
}
.BgClassName
{
background-color: #F0AE3C;
}
</style>
border-color css
<style>
span { border-color: #F0AE3C; }
span { border-color: rgb(240,174,60); }
td.TdClassName
{
border-color: #F0AE3C;
}
.TagClassName
{
border-color: #F0AE3C;
}
</style>