Shades of Broom #F0D41F
Tints of Broom #F0D41F
RGB
CMYK
RGB Variations
Color information
#F0D41F (or 0xF0D41F) is known color: Broom. HEX triplet: F0, D4 and 1F. RGB value is (240,212,31). Sum of RGB (Red+Green+Blue) = 240+212+31=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D41F is #0F2BE0. Grayscale: #C8C8C8. Windows color (decimal): -994273 or 2086128. OLE color: 2086128.
HSL color Cylindrical-coordinate representation of color #F0D41F: hue angle of 51.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0D41F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 31 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.06 |
| HSL | 51.96º | 0.87% | 0.53% | - |
| HSV(B) | 51.96º | 0.87% | 0.94% | - |
| XYZ | 59.73 | 65.71 | 10.83 | - |
| YUV | 199.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 31 | 0 | 0.12 | 0.87 | 0.06 | 51.96 | 0.87 | 0.53 |
| Hex | F0 | D4 | 1F | 0 | C | 57 | 6 | 34 | 57 | 35 |
| Octal | 360 | 324 | 37 | 0 | 14 | 127 | 6 | 64 | 127 | 65 |
| Binary | 11110000 | 11010100 | 11111 | 0 | 1100 | 1010111 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #F0D41F
Complementary color
Monochromatic Colors of #F0D41F
Black with #F0D41F
Text Example
Text Example
White with #F0D41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D41F; }
p { color: rgb(240,212,31); }
H1.HeaderClassName
{
color: #F0D41F;
}
.AnyTagClassName
{
color: #F0D41F;
}
</style>
background-color css
<style>
a { background-color: #F0D41F; }
a { background-color: rgb(240,212,31); }
div.DivClassName
{
background-color: #F0D41F;
}
.BgClassName
{
background-color: #F0D41F;
}
</style>
border-color css
<style>
span { border-color: #F0D41F; }
span { border-color: rgb(240,212,31); }
td.TdClassName
{
border-color: #F0D41F;
}
.TagClassName
{
border-color: #F0D41F;
}
</style>