Shades of Golden Yellow #F4DC02
Tints of Golden Yellow #F4DC02
RGB
CMYK
RGB Variations
Color information
#F4DC02 (or 0xF4DC02) is known color: Golden Yellow. HEX triplet: F4, DC and 02. RGB value is (244,220,2). Sum of RGB (Red+Green+Blue) = 244+220+2=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DC02 is #0B23FD. Grayscale: #CBCBCB. Windows color (decimal): -730110 or 187636. OLE color: 187636.
HSL color Cylindrical-coordinate representation of color #F4DC02: hue angle of 54.05º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4DC02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.04 |
| HSL | 54.05º | 0.98% | 0.48% | - |
| HSV(B) | 54.05º | 0.99% | 0.96% | - |
| XYZ | 62.91 | 70.42 | 10.33 | - |
| YUV | 202.32 | 14.95 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 2 | 0 | 0.10 | 0.99 | 0.04 | 54.05 | 0.98 | 0.48 |
| Hex | F4 | DC | 2 | 0 | A | 63 | 4 | 36 | 62 | 30 |
| Octal | 364 | 334 | 2 | 0 | 12 | 143 | 4 | 66 | 142 | 60 |
| Binary | 11110100 | 11011100 | 10 | 0 | 1010 | 1100011 | 100 | 110110 | 1100010 | 110000 |
Color Harmonies of #F4DC02
Complementary color
Monochromatic Colors of #F4DC02
Black with #F4DC02
Text Example
Text Example
White with #F4DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC02; }
p { color: rgb(244,220,2); }
H1.HeaderClassName
{
color: #F4DC02;
}
.AnyTagClassName
{
color: #F4DC02;
}
</style>
background-color css
<style>
a { background-color: #F4DC02; }
a { background-color: rgb(244,220,2); }
div.DivClassName
{
background-color: #F4DC02;
}
.BgClassName
{
background-color: #F4DC02;
}
</style>
border-color css
<style>
span { border-color: #F4DC02; }
span { border-color: rgb(244,220,2); }
td.TdClassName
{
border-color: #F4DC02;
}
.TagClassName
{
border-color: #F4DC02;
}
</style>