Shades of Broom #F0D316
Tints of Broom #F0D316
RGB
CMYK
RGB Variations
Color information
#F0D316 (or 0xF0D316) is known color: Broom. HEX triplet: F0, D3 and 16. RGB value is (240,211,22). Sum of RGB (Red+Green+Blue) = 240+211+22=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D316 is #0F2CE9. Grayscale: #C6C6C6. Windows color (decimal): -994538 or 1496048. OLE color: 1496048.
HSL color Cylindrical-coordinate representation of color #F0D316: hue angle of 52.02º 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 #F0D316 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.06 |
| HSL | 52.02º | 0.88% | 0.51% | - |
| HSV(B) | 52.02º | 0.91% | 0.94% | - |
| XYZ | 59.37 | 65.17 | 10.21 | - |
| YUV | 198.13 | 28.61 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 22 | 0 | 0.12 | 0.91 | 0.06 | 52.02 | 0.88 | 0.51 |
| Hex | F0 | D3 | 16 | 0 | C | 5B | 6 | 34 | 58 | 33 |
| Octal | 360 | 323 | 26 | 0 | 14 | 133 | 6 | 64 | 130 | 63 |
| Binary | 11110000 | 11010011 | 10110 | 0 | 1100 | 1011011 | 110 | 110100 | 1011000 | 110011 |
Color Harmonies of #F0D316
Complementary color
Monochromatic Colors of #F0D316
Black with #F0D316
Text Example
Text Example
White with #F0D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D316; }
p { color: rgb(240,211,22); }
H1.HeaderClassName
{
color: #F0D316;
}
.AnyTagClassName
{
color: #F0D316;
}
</style>
background-color css
<style>
a { background-color: #F0D316; }
a { background-color: rgb(240,211,22); }
div.DivClassName
{
background-color: #F0D316;
}
.BgClassName
{
background-color: #F0D316;
}
</style>
border-color css
<style>
span { border-color: #F0D316; }
span { border-color: rgb(240,211,22); }
td.TdClassName
{
border-color: #F0D316;
}
.TagClassName
{
border-color: #F0D316;
}
</style>