Shades of Broom #F2DA1D
Tints of Broom #F2DA1D
RGB
CMYK
RGB Variations
Color information
#F2DA1D (or 0xF2DA1D) is known color: Broom. HEX triplet: F2, DA and 1D. RGB value is (242,218,29). Sum of RGB (Red+Green+Blue) = 242+218+29=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA1D is #0D25E2. Grayscale: #CCCCCC. Windows color (decimal): -861667 or 1956594. OLE color: 1956594.
HSL color Cylindrical-coordinate representation of color #F2DA1D: hue angle of 53.24º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2DA1D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.05 |
| HSL | 53.24º | 0.89% | 0.53% | - |
| HSV(B) | 53.24º | 0.88% | 0.95% | - |
| XYZ | 61.91 | 69.11 | 11.24 | - |
| YUV | 203.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 29 | 0 | 0.10 | 0.88 | 0.05 | 53.24 | 0.89 | 0.53 |
| Hex | F2 | DA | 1D | 0 | A | 58 | 5 | 35 | 59 | 35 |
| Octal | 362 | 332 | 35 | 0 | 12 | 130 | 5 | 65 | 131 | 65 |
| Binary | 11110010 | 11011010 | 11101 | 0 | 1010 | 1011000 | 101 | 110101 | 1011001 | 110101 |
Color Harmonies of #F2DA1D
Complementary color
Monochromatic Colors of #F2DA1D
Black with #F2DA1D
Text Example
Text Example
White with #F2DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA1D; }
p { color: rgb(242,218,29); }
H1.HeaderClassName
{
color: #F2DA1D;
}
.AnyTagClassName
{
color: #F2DA1D;
}
</style>
background-color css
<style>
a { background-color: #F2DA1D; }
a { background-color: rgb(242,218,29); }
div.DivClassName
{
background-color: #F2DA1D;
}
.BgClassName
{
background-color: #F2DA1D;
}
</style>
border-color css
<style>
span { border-color: #F2DA1D; }
span { border-color: rgb(242,218,29); }
td.TdClassName
{
border-color: #F2DA1D;
}
.TagClassName
{
border-color: #F2DA1D;
}
</style>