Shades of Golden Yellow #F4DF01
Tints of Golden Yellow #F4DF01
RGB
CMYK
RGB Variations
Color information
#F4DF01 (or 0xF4DF01) is known color: Golden Yellow. HEX triplet: F4, DF and 01. RGB value is (244,223,1). Sum of RGB (Red+Green+Blue) = 244+223+1=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DF01 is #0B20FE. Grayscale: #CCCCCC. Windows color (decimal): -729343 or 122868. OLE color: 122868.
HSL color Cylindrical-coordinate representation of color #F4DF01: hue angle of 54.81º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4DF01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.04 |
| HSL | 54.81º | 0.99% | 0.48% | - |
| HSV(B) | 54.81º | 1% | 0.96% | - |
| XYZ | 63.7 | 72.01 | 10.57 | - |
| YUV | 203.97 | 13.46 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 1 | 0 | 0.09 | 1.00 | 0.04 | 54.81 | 0.99 | 0.48 |
| Hex | F4 | DF | 1 | 0 | 9 | 64 | 4 | 37 | 63 | 30 |
| Octal | 364 | 337 | 1 | 0 | 11 | 144 | 4 | 67 | 143 | 60 |
| Binary | 11110100 | 11011111 | 1 | 0 | 1001 | 1100100 | 100 | 110111 | 1100011 | 110000 |
Color Harmonies of #F4DF01
Complementary color
Monochromatic Colors of #F4DF01
Black with #F4DF01
Text Example
Text Example
White with #F4DF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF01; }
p { color: rgb(244,223,1); }
H1.HeaderClassName
{
color: #F4DF01;
}
.AnyTagClassName
{
color: #F4DF01;
}
</style>
background-color css
<style>
a { background-color: #F4DF01; }
a { background-color: rgb(244,223,1); }
div.DivClassName
{
background-color: #F4DF01;
}
.BgClassName
{
background-color: #F4DF01;
}
</style>
border-color css
<style>
span { border-color: #F4DF01; }
span { border-color: rgb(244,223,1); }
td.TdClassName
{
border-color: #F4DF01;
}
.TagClassName
{
border-color: #F4DF01;
}
</style>