Shades of Broom #F0D415
Tints of Broom #F0D415
RGB
CMYK
RGB Variations
Color information
#F0D415 (or 0xF0D415) is known color: Broom. HEX triplet: F0, D4 and 15. RGB value is (240,212,21). Sum of RGB (Red+Green+Blue) = 240+212+21=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D415 is #0F2BEA. Grayscale: #C7C7C7. Windows color (decimal): -994283 or 1430768. OLE color: 1430768.
HSL color Cylindrical-coordinate representation of color #F0D415: hue angle of 52.33º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0D415 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.06 |
| HSL | 52.33º | 0.88% | 0.51% | - |
| HSV(B) | 52.33º | 0.91% | 0.94% | - |
| XYZ | 59.61 | 65.67 | 10.24 | - |
| YUV | 198.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 21 | 0 | 0.12 | 0.91 | 0.06 | 52.33 | 0.88 | 0.51 |
| Hex | F0 | D4 | 15 | 0 | C | 5B | 6 | 34 | 58 | 33 |
| Octal | 360 | 324 | 25 | 0 | 14 | 133 | 6 | 64 | 130 | 63 |
| Binary | 11110000 | 11010100 | 10101 | 0 | 1100 | 1011011 | 110 | 110100 | 1011000 | 110011 |
Color Harmonies of #F0D415
Complementary color
Monochromatic Colors of #F0D415
Black with #F0D415
Text Example
Text Example
White with #F0D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D415; }
p { color: rgb(240,212,21); }
H1.HeaderClassName
{
color: #F0D415;
}
.AnyTagClassName
{
color: #F0D415;
}
</style>
background-color css
<style>
a { background-color: #F0D415; }
a { background-color: rgb(240,212,21); }
div.DivClassName
{
background-color: #F0D415;
}
.BgClassName
{
background-color: #F0D415;
}
</style>
border-color css
<style>
span { border-color: #F0D415; }
span { border-color: rgb(240,212,21); }
td.TdClassName
{
border-color: #F0D415;
}
.TagClassName
{
border-color: #F0D415;
}
</style>