Shades of Broom #F0CE1F
Tints of Broom #F0CE1F
RGB
CMYK
RGB Variations
Color information
#F0CE1F (or 0xF0CE1F) is known color: Broom. HEX triplet: F0, CE and 1F. RGB value is (240,206,31). Sum of RGB (Red+Green+Blue) = 240+206+31=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CE1F is #0F31E0. Grayscale: #C4C4C4. Windows color (decimal): -995809 or 2084592. OLE color: 2084592.
HSL color Cylindrical-coordinate representation of color #F0CE1F: hue angle of 50.24º 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 #F0CE1F is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 31 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.06 |
| HSL | 50.24º | 0.87% | 0.53% | - |
| HSV(B) | 50.24º | 0.87% | 0.94% | - |
| XYZ | 58.25 | 62.77 | 10.34 | - |
| YUV | 196.22 | 34.76 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 31 | 0 | 0.14 | 0.87 | 0.06 | 50.24 | 0.87 | 0.53 |
| Hex | F0 | CE | 1F | 0 | E | 57 | 6 | 32 | 57 | 35 |
| Octal | 360 | 316 | 37 | 0 | 16 | 127 | 6 | 62 | 127 | 65 |
| Binary | 11110000 | 11001110 | 11111 | 0 | 1110 | 1010111 | 110 | 110010 | 1010111 | 110101 |
Color Harmonies of #F0CE1F
Complementary color
Monochromatic Colors of #F0CE1F
Black with #F0CE1F
Text Example
Text Example
White with #F0CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE1F; }
p { color: rgb(240,206,31); }
H1.HeaderClassName
{
color: #F0CE1F;
}
.AnyTagClassName
{
color: #F0CE1F;
}
</style>
background-color css
<style>
a { background-color: #F0CE1F; }
a { background-color: rgb(240,206,31); }
div.DivClassName
{
background-color: #F0CE1F;
}
.BgClassName
{
background-color: #F0CE1F;
}
</style>
border-color css
<style>
span { border-color: #F0CE1F; }
span { border-color: rgb(240,206,31); }
td.TdClassName
{
border-color: #F0CE1F;
}
.TagClassName
{
border-color: #F0CE1F;
}
</style>