Shades of Broom #F0D11C
Tints of Broom #F0D11C
RGB
CMYK
RGB Variations
Color information
#F0D11C (or 0xF0D11C) is known color: Broom. HEX triplet: F0, D1 and 1C. RGB value is (240,209,28). Sum of RGB (Red+Green+Blue) = 240+209+28=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D11C is #0F2EE3. Grayscale: #C6C6C6. Windows color (decimal): -995044 or 1888752. OLE color: 1888752.
HSL color Cylindrical-coordinate representation of color #F0D11C: hue angle of 51.23º 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 #F0D11C is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 28 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.06 |
| HSL | 51.23º | 0.88% | 0.53% | - |
| HSV(B) | 51.23º | 0.88% | 0.94% | - |
| XYZ | 58.95 | 64.21 | 10.39 | - |
| YUV | 197.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 28 | 0 | 0.13 | 0.88 | 0.06 | 51.23 | 0.88 | 0.53 |
| Hex | F0 | D1 | 1C | 0 | D | 58 | 6 | 33 | 58 | 35 |
| Octal | 360 | 321 | 34 | 0 | 15 | 130 | 6 | 63 | 130 | 65 |
| Binary | 11110000 | 11010001 | 11100 | 0 | 1101 | 1011000 | 110 | 110011 | 1011000 | 110101 |
Color Harmonies of #F0D11C
Complementary color
Monochromatic Colors of #F0D11C
Black with #F0D11C
Text Example
Text Example
White with #F0D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D11C; }
p { color: rgb(240,209,28); }
H1.HeaderClassName
{
color: #F0D11C;
}
.AnyTagClassName
{
color: #F0D11C;
}
</style>
background-color css
<style>
a { background-color: #F0D11C; }
a { background-color: rgb(240,209,28); }
div.DivClassName
{
background-color: #F0D11C;
}
.BgClassName
{
background-color: #F0D11C;
}
</style>
border-color css
<style>
span { border-color: #F0D11C; }
span { border-color: rgb(240,209,28); }
td.TdClassName
{
border-color: #F0D11C;
}
.TagClassName
{
border-color: #F0D11C;
}
</style>