Shades of Golden Yellow #F5DF06
Tints of Golden Yellow #F5DF06
RGB
CMYK
RGB Variations
Color information
#F5DF06 (or 0xF5DF06) is known color: Golden Yellow. HEX triplet: F5, DF and 06. RGB value is (245,223,6). Sum of RGB (Red+Green+Blue) = 245+223+6=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF06 is #0A20F9. Grayscale: #CDCDCD. Windows color (decimal): -663802 or 450549. OLE color: 450549.
HSL color Cylindrical-coordinate representation of color #F5DF06: hue angle of 54.48º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5DF06 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.04 |
| HSL | 54.48º | 0.95% | 0.49% | - |
| HSV(B) | 54.48º | 0.98% | 0.96% | - |
| XYZ | 64.08 | 72.2 | 10.73 | - |
| YUV | 204.84 | 15.79 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 6 | 0 | 0.09 | 0.98 | 0.04 | 54.48 | 0.95 | 0.49 |
| Hex | F5 | DF | 6 | 0 | 9 | 62 | 4 | 36 | 5F | 31 |
| Octal | 365 | 337 | 6 | 0 | 11 | 142 | 4 | 66 | 137 | 61 |
| Binary | 11110101 | 11011111 | 110 | 0 | 1001 | 1100010 | 100 | 110110 | 1011111 | 110001 |
Color Harmonies of #F5DF06
Complementary color
Monochromatic Colors of #F5DF06
Black with #F5DF06
Text Example
Text Example
White with #F5DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF06; }
p { color: rgb(245,223,6); }
H1.HeaderClassName
{
color: #F5DF06;
}
.AnyTagClassName
{
color: #F5DF06;
}
</style>
background-color css
<style>
a { background-color: #F5DF06; }
a { background-color: rgb(245,223,6); }
div.DivClassName
{
background-color: #F5DF06;
}
.BgClassName
{
background-color: #F5DF06;
}
</style>
border-color css
<style>
span { border-color: #F5DF06; }
span { border-color: rgb(245,223,6); }
td.TdClassName
{
border-color: #F5DF06;
}
.TagClassName
{
border-color: #F5DF06;
}
</style>