Shades of Golden Yellow #FFDF01
Tints of Golden Yellow #FFDF01
RGB
CMYK
RGB Variations
Color information
#FFDF01 (or 0xFFDF01) is known color: Golden Yellow. HEX triplet: FF, DF and 01. RGB value is (255,223,1). Sum of RGB (Red+Green+Blue) = 255+223+1=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF01 is #0020FE. Grayscale: #D0D0D0. Windows color (decimal): -8447 or 122879. OLE color: 122879.
HSL color Cylindrical-coordinate representation of color #FFDF01: hue angle of 52.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFDF01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0 |
| HSL | 52.44º | 1% | 0.5% | - |
| HSV(B) | 52.44º | 1% | 1% | - |
| XYZ | 67.63 | 74.04 | 10.75 | - |
| YUV | 207.26 | 11.6 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 1 | 0 | 0.13 | 1.00 | 0 | 52.44 | 1 | 0.5 |
| Hex | FF | DF | 1 | 0 | D | 64 | 0 | 34 | 64 | 32 |
| Octal | 377 | 337 | 1 | 0 | 15 | 144 | 0 | 64 | 144 | 62 |
| Binary | 11111111 | 11011111 | 1 | 0 | 1101 | 1100100 | 0 | 110100 | 1100100 | 110010 |
Color Harmonies of #FFDF01
Complementary color
Monochromatic Colors of #FFDF01
Black with #FFDF01
Text Example
Text Example
White with #FFDF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF01; }
p { color: rgb(255,223,1); }
H1.HeaderClassName
{
color: #FFDF01;
}
.AnyTagClassName
{
color: #FFDF01;
}
</style>
background-color css
<style>
a { background-color: #FFDF01; }
a { background-color: rgb(255,223,1); }
div.DivClassName
{
background-color: #FFDF01;
}
.BgClassName
{
background-color: #FFDF01;
}
</style>
border-color css
<style>
span { border-color: #FFDF01; }
span { border-color: rgb(255,223,1); }
td.TdClassName
{
border-color: #FFDF01;
}
.TagClassName
{
border-color: #FFDF01;
}
</style>