Shades of Broom #F0DD1D
Tints of Broom #F0DD1D
RGB
CMYK
RGB Variations
Color information
#F0DD1D (or 0xF0DD1D) is known color: Broom. HEX triplet: F0, DD and 1D. RGB value is (240,221,29). Sum of RGB (Red+Green+Blue) = 240+221+29=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD1D is #0F22E2. Grayscale: #CDCDCD. Windows color (decimal): -991971 or 1957360. OLE color: 1957360.
HSL color Cylindrical-coordinate representation of color #F0DD1D: hue angle of 54.6º 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 #F0DD1D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.06 |
| HSL | 54.6º | 0.88% | 0.53% | - |
| HSV(B) | 54.6º | 0.88% | 0.94% | - |
| XYZ | 62.01 | 70.33 | 11.47 | - |
| YUV | 204.79 | 28.79 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 29 | 0 | 0.08 | 0.88 | 0.06 | 54.6 | 0.88 | 0.53 |
| Hex | F0 | DD | 1D | 0 | 8 | 58 | 6 | 37 | 58 | 35 |
| Octal | 360 | 335 | 35 | 0 | 10 | 130 | 6 | 67 | 130 | 65 |
| Binary | 11110000 | 11011101 | 11101 | 0 | 1000 | 1011000 | 110 | 110111 | 1011000 | 110101 |
Color Harmonies of #F0DD1D
Complementary color
Monochromatic Colors of #F0DD1D
Black with #F0DD1D
Text Example
Text Example
White with #F0DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD1D; }
p { color: rgb(240,221,29); }
H1.HeaderClassName
{
color: #F0DD1D;
}
.AnyTagClassName
{
color: #F0DD1D;
}
</style>
background-color css
<style>
a { background-color: #F0DD1D; }
a { background-color: rgb(240,221,29); }
div.DivClassName
{
background-color: #F0DD1D;
}
.BgClassName
{
background-color: #F0DD1D;
}
</style>
border-color css
<style>
span { border-color: #F0DD1D; }
span { border-color: rgb(240,221,29); }
td.TdClassName
{
border-color: #F0DD1D;
}
.TagClassName
{
border-color: #F0DD1D;
}
</style>