Shades of Broom #F0CD1C
Tints of Broom #F0CD1C
RGB
CMYK
RGB Variations
Color information
#F0CD1C (or 0xF0CD1C) is known color: Broom. HEX triplet: F0, CD and 1C. RGB value is (240,205,28). Sum of RGB (Red+Green+Blue) = 240+205+28=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CD1C is #0F32E3. Grayscale: #C4C4C4. Windows color (decimal): -996068 or 1887728. OLE color: 1887728.
HSL color Cylindrical-coordinate representation of color #F0CD1C: hue angle of 50.09º 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 #F0CD1C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 28 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.06 |
| HSL | 50.09º | 0.88% | 0.53% | - |
| HSV(B) | 50.09º | 0.88% | 0.94% | - |
| XYZ | 57.98 | 62.27 | 10.06 | - |
| YUV | 195.29 | 33.6 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 28 | 0 | 0.15 | 0.88 | 0.06 | 50.09 | 0.88 | 0.53 |
| Hex | F0 | CD | 1C | 0 | F | 58 | 6 | 32 | 58 | 35 |
| Octal | 360 | 315 | 34 | 0 | 17 | 130 | 6 | 62 | 130 | 65 |
| Binary | 11110000 | 11001101 | 11100 | 0 | 1111 | 1011000 | 110 | 110010 | 1011000 | 110101 |
Color Harmonies of #F0CD1C
Complementary color
Monochromatic Colors of #F0CD1C
Black with #F0CD1C
Text Example
Text Example
White with #F0CD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD1C; }
p { color: rgb(240,205,28); }
H1.HeaderClassName
{
color: #F0CD1C;
}
.AnyTagClassName
{
color: #F0CD1C;
}
</style>
background-color css
<style>
a { background-color: #F0CD1C; }
a { background-color: rgb(240,205,28); }
div.DivClassName
{
background-color: #F0CD1C;
}
.BgClassName
{
background-color: #F0CD1C;
}
</style>
border-color css
<style>
span { border-color: #F0CD1C; }
span { border-color: rgb(240,205,28); }
td.TdClassName
{
border-color: #F0CD1C;
}
.TagClassName
{
border-color: #F0CD1C;
}
</style>