Shades of Broom #F0CE1C
Tints of Broom #F0CE1C
RGB
CMYK
RGB Variations
Color information
#F0CE1C (or 0xF0CE1C) is known color: Broom. HEX triplet: F0, CE and 1C. RGB value is (240,206,28). Sum of RGB (Red+Green+Blue) = 240+206+28=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CE1C is #0F31E3. Grayscale: #C4C4C4. Windows color (decimal): -995812 or 1887984. OLE color: 1887984.
HSL color Cylindrical-coordinate representation of color #F0CE1C: hue angle of 50.38º 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 #F0CE1C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.06 |
| HSL | 50.38º | 0.88% | 0.53% | - |
| HSV(B) | 50.38º | 0.88% | 0.94% | - |
| XYZ | 58.22 | 62.75 | 10.14 | - |
| YUV | 195.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 28 | 0 | 0.14 | 0.88 | 0.06 | 50.38 | 0.88 | 0.53 |
| Hex | F0 | CE | 1C | 0 | E | 58 | 6 | 32 | 58 | 35 |
| Octal | 360 | 316 | 34 | 0 | 16 | 130 | 6 | 62 | 130 | 65 |
| Binary | 11110000 | 11001110 | 11100 | 0 | 1110 | 1011000 | 110 | 110010 | 1011000 | 110101 |
Color Harmonies of #F0CE1C
Complementary color
Monochromatic Colors of #F0CE1C
Black with #F0CE1C
Text Example
Text Example
White with #F0CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE1C; }
p { color: rgb(240,206,28); }
H1.HeaderClassName
{
color: #F0CE1C;
}
.AnyTagClassName
{
color: #F0CE1C;
}
</style>
background-color css
<style>
a { background-color: #F0CE1C; }
a { background-color: rgb(240,206,28); }
div.DivClassName
{
background-color: #F0CE1C;
}
.BgClassName
{
background-color: #F0CE1C;
}
</style>
border-color css
<style>
span { border-color: #F0CE1C; }
span { border-color: rgb(240,206,28); }
td.TdClassName
{
border-color: #F0CE1C;
}
.TagClassName
{
border-color: #F0CE1C;
}
</style>