Shades of Broom #F0DA1E
Tints of Broom #F0DA1E
RGB
CMYK
RGB Variations
Color information
#F0DA1E (or 0xF0DA1E) is known color: Broom. HEX triplet: F0, DA and 1E. RGB value is (240,218,30). Sum of RGB (Red+Green+Blue) = 240+218+30=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA1E is #0F25E1. Grayscale: #CBCBCB. Windows color (decimal): -992738 or 2022128. OLE color: 2022128.
HSL color Cylindrical-coordinate representation of color #F0DA1E: hue angle of 53.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0DA1E is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 30 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.06 |
| HSL | 53.71º | 0.88% | 0.53% | - |
| HSV(B) | 53.71º | 0.88% | 0.94% | - |
| XYZ | 61.24 | 68.76 | 11.27 | - |
| YUV | 203.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 30 | 0 | 0.09 | 0.87 | 0.06 | 53.71 | 0.88 | 0.53 |
| Hex | F0 | DA | 1E | 0 | 9 | 57 | 6 | 36 | 58 | 35 |
| Octal | 360 | 332 | 36 | 0 | 11 | 127 | 6 | 66 | 130 | 65 |
| Binary | 11110000 | 11011010 | 11110 | 0 | 1001 | 1010111 | 110 | 110110 | 1011000 | 110101 |
Color Harmonies of #F0DA1E
Complementary color
Monochromatic Colors of #F0DA1E
Black with #F0DA1E
Text Example
Text Example
White with #F0DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA1E; }
p { color: rgb(240,218,30); }
H1.HeaderClassName
{
color: #F0DA1E;
}
.AnyTagClassName
{
color: #F0DA1E;
}
</style>
background-color css
<style>
a { background-color: #F0DA1E; }
a { background-color: rgb(240,218,30); }
div.DivClassName
{
background-color: #F0DA1E;
}
.BgClassName
{
background-color: #F0DA1E;
}
</style>
border-color css
<style>
span { border-color: #F0DA1E; }
span { border-color: rgb(240,218,30); }
td.TdClassName
{
border-color: #F0DA1E;
}
.TagClassName
{
border-color: #F0DA1E;
}
</style>