Shades of Broom #F0CB1D
Tints of Broom #F0CB1D
RGB
CMYK
RGB Variations
Color information
#F0CB1D (or 0xF0CB1D) is known color: Broom. HEX triplet: F0, CB and 1D. RGB value is (240,203,29). Sum of RGB (Red+Green+Blue) = 240+203+29=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB1D is #0F34E2. Grayscale: #C2C2C2. Windows color (decimal): -996579 or 1952752. OLE color: 1952752.
HSL color Cylindrical-coordinate representation of color #F0CB1D: hue angle of 49.48º 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 #F0CB1D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.06 |
| HSL | 49.48º | 0.88% | 0.53% | - |
| HSV(B) | 49.48º | 0.88% | 0.94% | - |
| XYZ | 57.51 | 61.33 | 9.97 | - |
| YUV | 194.23 | 34.76 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 29 | 0 | 0.15 | 0.88 | 0.06 | 49.48 | 0.88 | 0.53 |
| Hex | F0 | CB | 1D | 0 | F | 58 | 6 | 31 | 58 | 35 |
| Octal | 360 | 313 | 35 | 0 | 17 | 130 | 6 | 61 | 130 | 65 |
| Binary | 11110000 | 11001011 | 11101 | 0 | 1111 | 1011000 | 110 | 110001 | 1011000 | 110101 |
Color Harmonies of #F0CB1D
Complementary color
Monochromatic Colors of #F0CB1D
Black with #F0CB1D
Text Example
Text Example
White with #F0CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB1D; }
p { color: rgb(240,203,29); }
H1.HeaderClassName
{
color: #F0CB1D;
}
.AnyTagClassName
{
color: #F0CB1D;
}
</style>
background-color css
<style>
a { background-color: #F0CB1D; }
a { background-color: rgb(240,203,29); }
div.DivClassName
{
background-color: #F0CB1D;
}
.BgClassName
{
background-color: #F0CB1D;
}
</style>
border-color css
<style>
span { border-color: #F0CB1D; }
span { border-color: rgb(240,203,29); }
td.TdClassName
{
border-color: #F0CB1D;
}
.TagClassName
{
border-color: #F0CB1D;
}
</style>