Shades of Golden Yellow #F3DF00
Tints of Golden Yellow #F3DF00
RGB
CMYK
RGB Variations
Color information
#F3DF00 (or 0xF3DF00) is known color: Golden Yellow. HEX triplet: F3, DF and 00. RGB value is (243,223,0). Sum of RGB (Red+Green+Blue) = 243+223+0=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF00 is #0C20FF. Grayscale: #CCCCCC. Windows color (decimal): -794880 or 57331. OLE color: 57331.
HSL color Cylindrical-coordinate representation of color #F3DF00: hue angle of 55.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3DF00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.05 |
| HSL | 55.06º | 1% | 0.48% | - |
| HSV(B) | 55.06º | 1% | 0.95% | - |
| XYZ | 63.35 | 71.83 | 10.53 | - |
| YUV | 203.56 | 13.13 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 0 | 0 | 0.08 | 1 | 0.05 | 55.06 | 1 | 0.48 |
| Hex | F3 | DF | 0 | 0 | 8 | 64 | 5 | 37 | 64 | 30 |
| Octal | 363 | 337 | 0 | 0 | 10 | 144 | 5 | 67 | 144 | 60 |
| Binary | 11110011 | 11011111 | 0 | 0 | 1000 | 1100100 | 101 | 110111 | 1100100 | 110000 |
Color Harmonies of #F3DF00
Complementary color
Monochromatic Colors of #F3DF00
Black with #F3DF00
Text Example
Text Example
White with #F3DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF00; }
p { color: rgb(243,223,0); }
H1.HeaderClassName
{
color: #F3DF00;
}
.AnyTagClassName
{
color: #F3DF00;
}
</style>
background-color css
<style>
a { background-color: #F3DF00; }
a { background-color: rgb(243,223,0); }
div.DivClassName
{
background-color: #F3DF00;
}
.BgClassName
{
background-color: #F3DF00;
}
</style>
border-color css
<style>
span { border-color: #F3DF00; }
span { border-color: rgb(243,223,0); }
td.TdClassName
{
border-color: #F3DF00;
}
.TagClassName
{
border-color: #F3DF00;
}
</style>