Shades of Broom #F0DD1B
Tints of Broom #F0DD1B
RGB
CMYK
RGB Variations
Color information
#F0DD1B (or 0xF0DD1B) is known color: Broom. HEX triplet: F0, DD and 1B. RGB value is (240,221,27). Sum of RGB (Red+Green+Blue) = 240+221+27=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD1B is #0F22E4. Grayscale: #CDCDCD. Windows color (decimal): -991973 or 1826288. OLE color: 1826288.
HSL color Cylindrical-coordinate representation of color #F0DD1B: hue angle of 54.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0DD1B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.06 |
| HSL | 54.65º | 0.88% | 0.52% | - |
| HSV(B) | 54.65º | 0.89% | 0.94% | - |
| XYZ | 61.99 | 70.32 | 11.34 | - |
| YUV | 204.57 | 27.79 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 27 | 0 | 0.08 | 0.89 | 0.06 | 54.65 | 0.88 | 0.52 |
| Hex | F0 | DD | 1B | 0 | 8 | 59 | 6 | 37 | 58 | 34 |
| Octal | 360 | 335 | 33 | 0 | 10 | 131 | 6 | 67 | 130 | 64 |
| Binary | 11110000 | 11011101 | 11011 | 0 | 1000 | 1011001 | 110 | 110111 | 1011000 | 110100 |
Color Harmonies of #F0DD1B
Complementary color
Monochromatic Colors of #F0DD1B
Black with #F0DD1B
Text Example
Text Example
White with #F0DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD1B; }
p { color: rgb(240,221,27); }
H1.HeaderClassName
{
color: #F0DD1B;
}
.AnyTagClassName
{
color: #F0DD1B;
}
</style>
background-color css
<style>
a { background-color: #F0DD1B; }
a { background-color: rgb(240,221,27); }
div.DivClassName
{
background-color: #F0DD1B;
}
.BgClassName
{
background-color: #F0DD1B;
}
</style>
border-color css
<style>
span { border-color: #F0DD1B; }
span { border-color: rgb(240,221,27); }
td.TdClassName
{
border-color: #F0DD1B;
}
.TagClassName
{
border-color: #F0DD1B;
}
</style>