Shades of Golden Yellow #F0DF02
Tints of Golden Yellow #F0DF02
RGB
CMYK
RGB Variations
Color information
#F0DF02 (or 0xF0DF02) is known color: Golden Yellow. HEX triplet: F0, DF and 02. RGB value is (240,223,2). Sum of RGB (Red+Green+Blue) = 240+223+2=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF02 is #0F20FD. Grayscale: #CBCBCB. Windows color (decimal): -991486 or 188400. OLE color: 188400.
HSL color Cylindrical-coordinate representation of color #F0DF02: hue angle of 55.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0DF02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.06 |
| HSL | 55.71º | 0.98% | 0.47% | - |
| HSV(B) | 55.71º | 0.99% | 0.94% | - |
| XYZ | 62.33 | 71.3 | 10.54 | - |
| YUV | 202.89 | 14.63 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 2 | 0 | 0.07 | 0.99 | 0.06 | 55.71 | 0.98 | 0.47 |
| Hex | F0 | DF | 2 | 0 | 7 | 63 | 6 | 38 | 62 | 2F |
| Octal | 360 | 337 | 2 | 0 | 7 | 143 | 6 | 70 | 142 | 57 |
| Binary | 11110000 | 11011111 | 10 | 0 | 111 | 1100011 | 110 | 111000 | 1100010 | 101111 |
Color Harmonies of #F0DF02
Complementary color
Monochromatic Colors of #F0DF02
Black with #F0DF02
Text Example
Text Example
White with #F0DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF02; }
p { color: rgb(240,223,2); }
H1.HeaderClassName
{
color: #F0DF02;
}
.AnyTagClassName
{
color: #F0DF02;
}
</style>
background-color css
<style>
a { background-color: #F0DF02; }
a { background-color: rgb(240,223,2); }
div.DivClassName
{
background-color: #F0DF02;
}
.BgClassName
{
background-color: #F0DF02;
}
</style>
border-color css
<style>
span { border-color: #F0DF02; }
span { border-color: rgb(240,223,2); }
td.TdClassName
{
border-color: #F0DF02;
}
.TagClassName
{
border-color: #F0DF02;
}
</style>