Shades of Broom #F0CE14
Tints of Broom #F0CE14
RGB
CMYK
RGB Variations
Color information
#F0CE14 (or 0xF0CE14) is known color: Broom. HEX triplet: F0, CE and 14. RGB value is (240,206,20). Sum of RGB (Red+Green+Blue) = 240+206+20=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CE14 is #0F31EB. Grayscale: #C3C3C3. Windows color (decimal): -995820 or 1363696. OLE color: 1363696.
HSL color Cylindrical-coordinate representation of color #F0CE14: hue angle of 50.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0CE14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.06 |
| HSL | 50.73º | 0.88% | 0.51% | - |
| HSV(B) | 50.73º | 0.92% | 0.94% | - |
| XYZ | 58.13 | 62.72 | 9.7 | - |
| YUV | 194.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 20 | 0 | 0.14 | 0.92 | 0.06 | 50.73 | 0.88 | 0.51 |
| Hex | F0 | CE | 14 | 0 | E | 5C | 6 | 33 | 58 | 33 |
| Octal | 360 | 316 | 24 | 0 | 16 | 134 | 6 | 63 | 130 | 63 |
| Binary | 11110000 | 11001110 | 10100 | 0 | 1110 | 1011100 | 110 | 110011 | 1011000 | 110011 |
Color Harmonies of #F0CE14
Complementary color
Monochromatic Colors of #F0CE14
Black with #F0CE14
Text Example
Text Example
White with #F0CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE14; }
p { color: rgb(240,206,20); }
H1.HeaderClassName
{
color: #F0CE14;
}
.AnyTagClassName
{
color: #F0CE14;
}
</style>
background-color css
<style>
a { background-color: #F0CE14; }
a { background-color: rgb(240,206,20); }
div.DivClassName
{
background-color: #F0CE14;
}
.BgClassName
{
background-color: #F0CE14;
}
</style>
border-color css
<style>
span { border-color: #F0CE14; }
span { border-color: rgb(240,206,20); }
td.TdClassName
{
border-color: #F0CE14;
}
.TagClassName
{
border-color: #F0CE14;
}
</style>