Shades of Golden Yellow #F0DF07
Tints of Golden Yellow #F0DF07
RGB
CMYK
RGB Variations
Color information
#F0DF07 (or 0xF0DF07) is known color: Golden Yellow. HEX triplet: F0, DF and 07. RGB value is (240,223,7). Sum of RGB (Red+Green+Blue) = 240+223+7=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF07 is #0F20F8. Grayscale: #CCCCCC. Windows color (decimal): -991481 or 516080. OLE color: 516080.
HSL color Cylindrical-coordinate representation of color #F0DF07: hue angle of 55.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0DF07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.06 |
| HSL | 55.62º | 0.94% | 0.48% | - |
| HSV(B) | 55.62º | 0.97% | 0.94% | - |
| XYZ | 62.36 | 71.32 | 10.68 | - |
| YUV | 203.46 | 17.13 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 7 | 0 | 0.07 | 0.97 | 0.06 | 55.62 | 0.94 | 0.48 |
| Hex | F0 | DF | 7 | 0 | 7 | 61 | 6 | 38 | 5E | 30 |
| Octal | 360 | 337 | 7 | 0 | 7 | 141 | 6 | 70 | 136 | 60 |
| Binary | 11110000 | 11011111 | 111 | 0 | 111 | 1100001 | 110 | 111000 | 1011110 | 110000 |
Color Harmonies of #F0DF07
Complementary color
Monochromatic Colors of #F0DF07
Black with #F0DF07
Text Example
Text Example
White with #F0DF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF07; }
p { color: rgb(240,223,7); }
H1.HeaderClassName
{
color: #F0DF07;
}
.AnyTagClassName
{
color: #F0DF07;
}
</style>
background-color css
<style>
a { background-color: #F0DF07; }
a { background-color: rgb(240,223,7); }
div.DivClassName
{
background-color: #F0DF07;
}
.BgClassName
{
background-color: #F0DF07;
}
</style>
border-color css
<style>
span { border-color: #F0DF07; }
span { border-color: rgb(240,223,7); }
td.TdClassName
{
border-color: #F0DF07;
}
.TagClassName
{
border-color: #F0DF07;
}
</style>