Shades of Tulip Tree #F0AF3A
Tints of Tulip Tree #F0AF3A
RGB
CMYK
RGB Variations
Color information
#F0AF3A (or 0xF0AF3A) is known color: Tulip Tree. HEX triplet: F0, AF and 3A. RGB value is (240,175,58). Sum of RGB (Red+Green+Blue) = 240+175+58=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF3A is #0F50C5. Grayscale: #B5B5B5. Windows color (decimal): -1003718 or 3846128. OLE color: 3846128.
HSL color Cylindrical-coordinate representation of color #F0AF3A: hue angle of 38.57º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0AF3A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 58 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.06 |
| HSL | 38.57º | 0.86% | 0.58% | - |
| HSV(B) | 38.57º | 0.76% | 0.94% | - |
| XYZ | 52.03 | 49.49 | 10.81 | - |
| YUV | 181.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 58 | 0 | 0.27 | 0.76 | 0.06 | 38.57 | 0.86 | 0.58 |
| Hex | F0 | AF | 3A | 0 | 1B | 4C | 6 | 27 | 56 | 3A |
| Octal | 360 | 257 | 72 | 0 | 33 | 114 | 6 | 47 | 126 | 72 |
| Binary | 11110000 | 10101111 | 111010 | 0 | 11011 | 1001100 | 110 | 100111 | 1010110 | 111010 |
Color Harmonies of #F0AF3A
Complementary color
Monochromatic Colors of #F0AF3A
Black with #F0AF3A
Text Example
Text Example
White with #F0AF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF3A; }
p { color: rgb(240,175,58); }
H1.HeaderClassName
{
color: #F0AF3A;
}
.AnyTagClassName
{
color: #F0AF3A;
}
</style>
background-color css
<style>
a { background-color: #F0AF3A; }
a { background-color: rgb(240,175,58); }
div.DivClassName
{
background-color: #F0AF3A;
}
.BgClassName
{
background-color: #F0AF3A;
}
</style>
border-color css
<style>
span { border-color: #F0AF3A; }
span { border-color: rgb(240,175,58); }
td.TdClassName
{
border-color: #F0AF3A;
}
.TagClassName
{
border-color: #F0AF3A;
}
</style>