Shades of Broom #F0DA1D
Tints of Broom #F0DA1D
RGB
CMYK
RGB Variations
Color information
#F0DA1D (or 0xF0DA1D) is known color: Broom. HEX triplet: F0, DA and 1D. RGB value is (240,218,29). Sum of RGB (Red+Green+Blue) = 240+218+29=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA1D is #0F25E2. Grayscale: #CBCBCB. Windows color (decimal): -992739 or 1956592. OLE color: 1956592.
HSL color Cylindrical-coordinate representation of color #F0DA1D: hue angle of 53.74º 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 #F0DA1D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.06 |
| HSL | 53.74º | 0.88% | 0.53% | - |
| HSV(B) | 53.74º | 0.88% | 0.94% | - |
| XYZ | 61.23 | 68.76 | 11.21 | - |
| YUV | 203.03 | 29.79 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 29 | 0 | 0.09 | 0.88 | 0.06 | 53.74 | 0.88 | 0.53 |
| Hex | F0 | DA | 1D | 0 | 9 | 58 | 6 | 36 | 58 | 35 |
| Octal | 360 | 332 | 35 | 0 | 11 | 130 | 6 | 66 | 130 | 65 |
| Binary | 11110000 | 11011010 | 11101 | 0 | 1001 | 1011000 | 110 | 110110 | 1011000 | 110101 |
Color Harmonies of #F0DA1D
Complementary color
Monochromatic Colors of #F0DA1D
Black with #F0DA1D
Text Example
Text Example
White with #F0DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA1D; }
p { color: rgb(240,218,29); }
H1.HeaderClassName
{
color: #F0DA1D;
}
.AnyTagClassName
{
color: #F0DA1D;
}
</style>
background-color css
<style>
a { background-color: #F0DA1D; }
a { background-color: rgb(240,218,29); }
div.DivClassName
{
background-color: #F0DA1D;
}
.BgClassName
{
background-color: #F0DA1D;
}
</style>
border-color css
<style>
span { border-color: #F0DA1D; }
span { border-color: rgb(240,218,29); }
td.TdClassName
{
border-color: #F0DA1D;
}
.TagClassName
{
border-color: #F0DA1D;
}
</style>