Shades of Broom #F0D528
Tints of Broom #F0D528
RGB
CMYK
RGB Variations
Color information
#F0D528 (or 0xF0D528) is known color: Broom. HEX triplet: F0, D5 and 28. RGB value is (240,213,40). Sum of RGB (Red+Green+Blue) = 240+213+40=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D528 is #0F2AD7. Grayscale: #CACACA. Windows color (decimal): -994008 or 2676208. OLE color: 2676208.
HSL color Cylindrical-coordinate representation of color #F0D528: hue angle of 51.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0D528 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 40 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.06 |
| HSL | 51.9º | 0.87% | 0.55% | - |
| HSV(B) | 51.9º | 0.83% | 0.94% | - |
| XYZ | 60.11 | 66.27 | 11.63 | - |
| YUV | 201.35 | 36.95 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 40 | 0 | 0.11 | 0.83 | 0.06 | 51.9 | 0.87 | 0.55 |
| Hex | F0 | D5 | 28 | 0 | B | 53 | 6 | 34 | 57 | 37 |
| Octal | 360 | 325 | 50 | 0 | 13 | 123 | 6 | 64 | 127 | 67 |
| Binary | 11110000 | 11010101 | 101000 | 0 | 1011 | 1010011 | 110 | 110100 | 1010111 | 110111 |
Color Harmonies of #F0D528
Complementary color
Monochromatic Colors of #F0D528
Black with #F0D528
Text Example
Text Example
White with #F0D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D528; }
p { color: rgb(240,213,40); }
H1.HeaderClassName
{
color: #F0D528;
}
.AnyTagClassName
{
color: #F0D528;
}
</style>
background-color css
<style>
a { background-color: #F0D528; }
a { background-color: rgb(240,213,40); }
div.DivClassName
{
background-color: #F0D528;
}
.BgClassName
{
background-color: #F0D528;
}
</style>
border-color css
<style>
span { border-color: #F0D528; }
span { border-color: rgb(240,213,40); }
td.TdClassName
{
border-color: #F0D528;
}
.TagClassName
{
border-color: #F0D528;
}
</style>