Shades of Golden Yellow #F9DC02
Tints of Golden Yellow #F9DC02
RGB
CMYK
RGB Variations
Color information
#F9DC02 (or 0xF9DC02) is known color: Golden Yellow. HEX triplet: F9, DC and 02. RGB value is (249,220,2). Sum of RGB (Red+Green+Blue) = 249+220+2=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DC02 is #0623FD. Grayscale: #CCCCCC. Windows color (decimal): -402430 or 187641. OLE color: 187641.
HSL color Cylindrical-coordinate representation of color #F9DC02: hue angle of 52.96º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9DC02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.02 |
| HSL | 52.96º | 0.98% | 0.49% | - |
| HSV(B) | 52.96º | 0.99% | 0.98% | - |
| XYZ | 64.67 | 71.33 | 10.42 | - |
| YUV | 203.82 | 14.11 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 2 | 0 | 0.12 | 0.99 | 0.02 | 52.96 | 0.98 | 0.49 |
| Hex | F9 | DC | 2 | 0 | C | 63 | 2 | 35 | 62 | 31 |
| Octal | 371 | 334 | 2 | 0 | 14 | 143 | 2 | 65 | 142 | 61 |
| Binary | 11111001 | 11011100 | 10 | 0 | 1100 | 1100011 | 10 | 110101 | 1100010 | 110001 |
Color Harmonies of #F9DC02
Complementary color
Monochromatic Colors of #F9DC02
Black with #F9DC02
Text Example
Text Example
White with #F9DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC02; }
p { color: rgb(249,220,2); }
H1.HeaderClassName
{
color: #F9DC02;
}
.AnyTagClassName
{
color: #F9DC02;
}
</style>
background-color css
<style>
a { background-color: #F9DC02; }
a { background-color: rgb(249,220,2); }
div.DivClassName
{
background-color: #F9DC02;
}
.BgClassName
{
background-color: #F9DC02;
}
</style>
border-color css
<style>
span { border-color: #F9DC02; }
span { border-color: rgb(249,220,2); }
td.TdClassName
{
border-color: #F9DC02;
}
.TagClassName
{
border-color: #F9DC02;
}
</style>