Shades of Broom #F0D127
Tints of Broom #F0D127
RGB
CMYK
RGB Variations
Color information
#F0D127 (or 0xF0D127) is known color: Broom. HEX triplet: F0, D1 and 27. RGB value is (240,209,39). Sum of RGB (Red+Green+Blue) = 240+209+39=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D127 is #0F2ED8. Grayscale: #C7C7C7. Windows color (decimal): -995033 or 2609648. OLE color: 2609648.
HSL color Cylindrical-coordinate representation of color #F0D127: hue angle of 50.75º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0D127 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 39 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.06 |
| HSL | 50.75º | 0.87% | 0.55% | - |
| HSV(B) | 50.75º | 0.84% | 0.94% | - |
| XYZ | 59.1 | 64.27 | 11.21 | - |
| YUV | 198.89 | 37.77 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 39 | 0 | 0.13 | 0.84 | 0.06 | 50.75 | 0.87 | 0.55 |
| Hex | F0 | D1 | 27 | 0 | D | 54 | 6 | 33 | 57 | 37 |
| Octal | 360 | 321 | 47 | 0 | 15 | 124 | 6 | 63 | 127 | 67 |
| Binary | 11110000 | 11010001 | 100111 | 0 | 1101 | 1010100 | 110 | 110011 | 1010111 | 110111 |
Color Harmonies of #F0D127
Complementary color
Monochromatic Colors of #F0D127
Black with #F0D127
Text Example
Text Example
White with #F0D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D127; }
p { color: rgb(240,209,39); }
H1.HeaderClassName
{
color: #F0D127;
}
.AnyTagClassName
{
color: #F0D127;
}
</style>
background-color css
<style>
a { background-color: #F0D127; }
a { background-color: rgb(240,209,39); }
div.DivClassName
{
background-color: #F0D127;
}
.BgClassName
{
background-color: #F0D127;
}
</style>
border-color css
<style>
span { border-color: #F0D127; }
span { border-color: rgb(240,209,39); }
td.TdClassName
{
border-color: #F0D127;
}
.TagClassName
{
border-color: #F0D127;
}
</style>