Shades of Broom #F0CF13
Tints of Broom #F0CF13
RGB
CMYK
RGB Variations
Color information
#F0CF13 (or 0xF0CF13) is known color: Broom. HEX triplet: F0, CF and 13. RGB value is (240,207,19). Sum of RGB (Red+Green+Blue) = 240+207+19=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF13 is #0F30EC. Grayscale: #C4C4C4. Windows color (decimal): -995565 or 1298416. OLE color: 1298416.
HSL color Cylindrical-coordinate representation of color #F0CF13: hue angle of 51.04º 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 #F0CF13 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.06 |
| HSL | 51.04º | 0.88% | 0.51% | - |
| HSV(B) | 51.04º | 0.92% | 0.94% | - |
| XYZ | 58.37 | 63.2 | 9.74 | - |
| YUV | 195.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 19 | 0 | 0.14 | 0.92 | 0.06 | 51.04 | 0.88 | 0.51 |
| Hex | F0 | CF | 13 | 0 | E | 5C | 6 | 33 | 58 | 33 |
| Octal | 360 | 317 | 23 | 0 | 16 | 134 | 6 | 63 | 130 | 63 |
| Binary | 11110000 | 11001111 | 10011 | 0 | 1110 | 1011100 | 110 | 110011 | 1011000 | 110011 |
Color Harmonies of #F0CF13
Complementary color
Monochromatic Colors of #F0CF13
Black with #F0CF13
Text Example
Text Example
White with #F0CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF13; }
p { color: rgb(240,207,19); }
H1.HeaderClassName
{
color: #F0CF13;
}
.AnyTagClassName
{
color: #F0CF13;
}
</style>
background-color css
<style>
a { background-color: #F0CF13; }
a { background-color: rgb(240,207,19); }
div.DivClassName
{
background-color: #F0CF13;
}
.BgClassName
{
background-color: #F0CF13;
}
</style>
border-color css
<style>
span { border-color: #F0CF13; }
span { border-color: rgb(240,207,19); }
td.TdClassName
{
border-color: #F0CF13;
}
.TagClassName
{
border-color: #F0CF13;
}
</style>