Shades of Tulip Tree #F0AF36
Tints of Tulip Tree #F0AF36
RGB
CMYK
RGB Variations
Color information
#F0AF36 (or 0xF0AF36) is known color: Tulip Tree. HEX triplet: F0, AF and 36. RGB value is (240,175,54). Sum of RGB (Red+Green+Blue) = 240+175+54=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF36 is #0F50C9. Grayscale: #B5B5B5. Windows color (decimal): -1003722 or 3583984. OLE color: 3583984.
HSL color Cylindrical-coordinate representation of color #F0AF36: hue angle of 39.03º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0AF36 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 54 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.06 |
| HSL | 39.03º | 0.86% | 0.58% | - |
| HSV(B) | 39.03º | 0.78% | 0.94% | - |
| XYZ | 51.93 | 49.45 | 10.3 | - |
| YUV | 180.64 | 56.53 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 54 | 0 | 0.27 | 0.78 | 0.06 | 39.03 | 0.86 | 0.58 |
| Hex | F0 | AF | 36 | 0 | 1B | 4E | 6 | 27 | 56 | 3A |
| Octal | 360 | 257 | 66 | 0 | 33 | 116 | 6 | 47 | 126 | 72 |
| Binary | 11110000 | 10101111 | 110110 | 0 | 11011 | 1001110 | 110 | 100111 | 1010110 | 111010 |
Color Harmonies of #F0AF36
Complementary color
Monochromatic Colors of #F0AF36
Black with #F0AF36
Text Example
Text Example
White with #F0AF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF36; }
p { color: rgb(240,175,54); }
H1.HeaderClassName
{
color: #F0AF36;
}
.AnyTagClassName
{
color: #F0AF36;
}
</style>
background-color css
<style>
a { background-color: #F0AF36; }
a { background-color: rgb(240,175,54); }
div.DivClassName
{
background-color: #F0AF36;
}
.BgClassName
{
background-color: #F0AF36;
}
</style>
border-color css
<style>
span { border-color: #F0AF36; }
span { border-color: rgb(240,175,54); }
td.TdClassName
{
border-color: #F0AF36;
}
.TagClassName
{
border-color: #F0AF36;
}
</style>