Shades of Golden Yellow #F1DF00
Tints of Golden Yellow #F1DF00
RGB
CMYK
RGB Variations
Color information
#F1DF00 (or 0xF1DF00) is known color: Golden Yellow. HEX triplet: F1, DF and 00. RGB value is (241,223,0). Sum of RGB (Red+Green+Blue) = 241+223+0=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DF00 is #0E20FF. Grayscale: #CBCBCB. Windows color (decimal): -925952 or 57329. OLE color: 57329.
HSL color Cylindrical-coordinate representation of color #F1DF00: hue angle of 55.52º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1DF00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.05 |
| HSL | 55.52º | 1% | 0.47% | - |
| HSV(B) | 55.52º | 1% | 0.95% | - |
| XYZ | 62.66 | 71.48 | 10.49 | - |
| YUV | 202.96 | 13.46 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 0 | 0 | 0.07 | 1 | 0.05 | 55.52 | 1 | 0.47 |
| Hex | F1 | DF | 0 | 0 | 7 | 64 | 5 | 38 | 64 | 2F |
| Octal | 361 | 337 | 0 | 0 | 7 | 144 | 5 | 70 | 144 | 57 |
| Binary | 11110001 | 11011111 | 0 | 0 | 111 | 1100100 | 101 | 111000 | 1100100 | 101111 |
Color Harmonies of #F1DF00
Complementary color
Monochromatic Colors of #F1DF00
Black with #F1DF00
Text Example
Text Example
White with #F1DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF00; }
p { color: rgb(241,223,0); }
H1.HeaderClassName
{
color: #F1DF00;
}
.AnyTagClassName
{
color: #F1DF00;
}
</style>
background-color css
<style>
a { background-color: #F1DF00; }
a { background-color: rgb(241,223,0); }
div.DivClassName
{
background-color: #F1DF00;
}
.BgClassName
{
background-color: #F1DF00;
}
</style>
border-color css
<style>
span { border-color: #F1DF00; }
span { border-color: rgb(241,223,0); }
td.TdClassName
{
border-color: #F1DF00;
}
.TagClassName
{
border-color: #F1DF00;
}
</style>