Shades of Broom #F0CC1D
Tints of Broom #F0CC1D
RGB
CMYK
RGB Variations
Color information
#F0CC1D (or 0xF0CC1D) is known color: Broom. HEX triplet: F0, CC and 1D. RGB value is (240,204,29). Sum of RGB (Red+Green+Blue) = 240+204+29=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CC1D is #0F33E2. Grayscale: #C3C3C3. Windows color (decimal): -996323 or 1953008. OLE color: 1953008.
HSL color Cylindrical-coordinate representation of color #F0CC1D: hue angle of 49.76º 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 #F0CC1D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.06 |
| HSL | 49.76º | 0.88% | 0.53% | - |
| HSV(B) | 49.76º | 0.88% | 0.94% | - |
| XYZ | 57.75 | 61.8 | 10.05 | - |
| YUV | 194.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 29 | 0 | 0.15 | 0.88 | 0.06 | 49.76 | 0.88 | 0.53 |
| Hex | F0 | CC | 1D | 0 | F | 58 | 6 | 32 | 58 | 35 |
| Octal | 360 | 314 | 35 | 0 | 17 | 130 | 6 | 62 | 130 | 65 |
| Binary | 11110000 | 11001100 | 11101 | 0 | 1111 | 1011000 | 110 | 110010 | 1011000 | 110101 |
Color Harmonies of #F0CC1D
Complementary color
Monochromatic Colors of #F0CC1D
Black with #F0CC1D
Text Example
Text Example
White with #F0CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC1D; }
p { color: rgb(240,204,29); }
H1.HeaderClassName
{
color: #F0CC1D;
}
.AnyTagClassName
{
color: #F0CC1D;
}
</style>
background-color css
<style>
a { background-color: #F0CC1D; }
a { background-color: rgb(240,204,29); }
div.DivClassName
{
background-color: #F0CC1D;
}
.BgClassName
{
background-color: #F0CC1D;
}
</style>
border-color css
<style>
span { border-color: #F0CC1D; }
span { border-color: rgb(240,204,29); }
td.TdClassName
{
border-color: #F0CC1D;
}
.TagClassName
{
border-color: #F0CC1D;
}
</style>