Shades of Broom #F0CD1E
Tints of Broom #F0CD1E
RGB
CMYK
RGB Variations
Color information
#F0CD1E (or 0xF0CD1E) is known color: Broom. HEX triplet: F0, CD and 1E. RGB value is (240,205,30). Sum of RGB (Red+Green+Blue) = 240+205+30=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CD1E is #0F32E1. Grayscale: #C4C4C4. Windows color (decimal): -996066 or 2018800. OLE color: 2018800.
HSL color Cylindrical-coordinate representation of color #F0CD1E: hue angle of 50º 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 #F0CD1E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 30 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.06 |
| HSL | 50º | 0.88% | 0.53% | - |
| HSV(B) | 50º | 0.88% | 0.94% | - |
| XYZ | 58 | 62.28 | 10.19 | - |
| YUV | 195.52 | 34.6 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 30 | 0 | 0.15 | 0.87 | 0.06 | 50 | 0.88 | 0.53 |
| Hex | F0 | CD | 1E | 0 | F | 57 | 6 | 32 | 58 | 35 |
| Octal | 360 | 315 | 36 | 0 | 17 | 127 | 6 | 62 | 130 | 65 |
| Binary | 11110000 | 11001101 | 11110 | 0 | 1111 | 1010111 | 110 | 110010 | 1011000 | 110101 |
Color Harmonies of #F0CD1E
Complementary color
Monochromatic Colors of #F0CD1E
Black with #F0CD1E
Text Example
Text Example
White with #F0CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD1E; }
p { color: rgb(240,205,30); }
H1.HeaderClassName
{
color: #F0CD1E;
}
.AnyTagClassName
{
color: #F0CD1E;
}
</style>
background-color css
<style>
a { background-color: #F0CD1E; }
a { background-color: rgb(240,205,30); }
div.DivClassName
{
background-color: #F0CD1E;
}
.BgClassName
{
background-color: #F0CD1E;
}
</style>
border-color css
<style>
span { border-color: #F0CD1E; }
span { border-color: rgb(240,205,30); }
td.TdClassName
{
border-color: #F0CD1E;
}
.TagClassName
{
border-color: #F0CD1E;
}
</style>