Shades of Broom #F1D615
Tints of Broom #F1D615
RGB
CMYK
RGB Variations
Color information
#F1D615 (or 0xF1D615) is known color: Broom. HEX triplet: F1, D6 and 15. RGB value is (241,214,21). Sum of RGB (Red+Green+Blue) = 241+214+21=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D615 is #0E29EA. Grayscale: #C8C8C8. Windows color (decimal): -928235 or 1431281. OLE color: 1431281.
HSL color Cylindrical-coordinate representation of color #F1D615: hue angle of 52.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1D615 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 21 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.05 |
| HSL | 52.64º | 0.89% | 0.51% | - |
| HSV(B) | 52.64º | 0.91% | 0.95% | - |
| XYZ | 60.46 | 66.85 | 10.43 | - |
| YUV | 200.07 | 26.95 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 21 | 0 | 0.11 | 0.91 | 0.05 | 52.64 | 0.89 | 0.51 |
| Hex | F1 | D6 | 15 | 0 | B | 5B | 5 | 35 | 59 | 33 |
| Octal | 361 | 326 | 25 | 0 | 13 | 133 | 5 | 65 | 131 | 63 |
| Binary | 11110001 | 11010110 | 10101 | 0 | 1011 | 1011011 | 101 | 110101 | 1011001 | 110011 |
Color Harmonies of #F1D615
Complementary color
Monochromatic Colors of #F1D615
Black with #F1D615
Text Example
Text Example
White with #F1D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D615; }
p { color: rgb(241,214,21); }
H1.HeaderClassName
{
color: #F1D615;
}
.AnyTagClassName
{
color: #F1D615;
}
</style>
background-color css
<style>
a { background-color: #F1D615; }
a { background-color: rgb(241,214,21); }
div.DivClassName
{
background-color: #F1D615;
}
.BgClassName
{
background-color: #F1D615;
}
</style>
border-color css
<style>
span { border-color: #F1D615; }
span { border-color: rgb(241,214,21); }
td.TdClassName
{
border-color: #F1D615;
}
.TagClassName
{
border-color: #F1D615;
}
</style>