Shades of Golden Yellow #F5DF09
Tints of Golden Yellow #F5DF09
RGB
CMYK
RGB Variations
Color information
#F5DF09 (or 0xF5DF09) is known color: Golden Yellow. HEX triplet: F5, DF and 09. RGB value is (245,223,9). Sum of RGB (Red+Green+Blue) = 245+223+9=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF09 is #0A20F6. Grayscale: #CECECE. Windows color (decimal): -663799 or 647157. OLE color: 647157.
HSL color Cylindrical-coordinate representation of color #F5DF09: hue angle of 54.41º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5DF09 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.04 |
| HSL | 54.41º | 0.93% | 0.5% | - |
| HSV(B) | 54.41º | 0.96% | 0.96% | - |
| XYZ | 64.09 | 72.21 | 10.82 | - |
| YUV | 205.18 | 17.29 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 9 | 0 | 0.09 | 0.96 | 0.04 | 54.41 | 0.93 | 0.5 |
| Hex | F5 | DF | 9 | 0 | 9 | 60 | 4 | 36 | 5D | 32 |
| Octal | 365 | 337 | 11 | 0 | 11 | 140 | 4 | 66 | 135 | 62 |
| Binary | 11110101 | 11011111 | 1001 | 0 | 1001 | 1100000 | 100 | 110110 | 1011101 | 110010 |
Color Harmonies of #F5DF09
Complementary color
Monochromatic Colors of #F5DF09
Black with #F5DF09
Text Example
Text Example
White with #F5DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF09; }
p { color: rgb(245,223,9); }
H1.HeaderClassName
{
color: #F5DF09;
}
.AnyTagClassName
{
color: #F5DF09;
}
</style>
background-color css
<style>
a { background-color: #F5DF09; }
a { background-color: rgb(245,223,9); }
div.DivClassName
{
background-color: #F5DF09;
}
.BgClassName
{
background-color: #F5DF09;
}
</style>
border-color css
<style>
span { border-color: #F5DF09; }
span { border-color: rgb(245,223,9); }
td.TdClassName
{
border-color: #F5DF09;
}
.TagClassName
{
border-color: #F5DF09;
}
</style>