Shades of Golden Yellow #F3DF05
Tints of Golden Yellow #F3DF05
RGB
CMYK
RGB Variations
Color information
#F3DF05 (or 0xF3DF05) is known color: Golden Yellow. HEX triplet: F3, DF and 05. RGB value is (243,223,5). Sum of RGB (Red+Green+Blue) = 243+223+5=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 5 (2.34% from 255 or 1.06% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF05 is #0C20FA. Grayscale: #CDCDCD. Windows color (decimal): -794875 or 385011. OLE color: 385011.
HSL color Cylindrical-coordinate representation of color #F3DF05: hue angle of 54.96º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3DF05 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.05 |
| HSL | 54.96º | 0.96% | 0.49% | - |
| HSV(B) | 54.96º | 0.98% | 0.95% | - |
| XYZ | 63.38 | 71.84 | 10.67 | - |
| YUV | 204.13 | 15.63 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 5 | 0 | 0.08 | 0.98 | 0.05 | 54.96 | 0.96 | 0.49 |
| Hex | F3 | DF | 5 | 0 | 8 | 62 | 5 | 37 | 60 | 31 |
| Octal | 363 | 337 | 5 | 0 | 10 | 142 | 5 | 67 | 140 | 61 |
| Binary | 11110011 | 11011111 | 101 | 0 | 1000 | 1100010 | 101 | 110111 | 1100000 | 110001 |
Color Harmonies of #F3DF05
Complementary color
Monochromatic Colors of #F3DF05
Black with #F3DF05
Text Example
Text Example
White with #F3DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF05; }
p { color: rgb(243,223,5); }
H1.HeaderClassName
{
color: #F3DF05;
}
.AnyTagClassName
{
color: #F3DF05;
}
</style>
background-color css
<style>
a { background-color: #F3DF05; }
a { background-color: rgb(243,223,5); }
div.DivClassName
{
background-color: #F3DF05;
}
.BgClassName
{
background-color: #F3DF05;
}
</style>
border-color css
<style>
span { border-color: #F3DF05; }
span { border-color: rgb(243,223,5); }
td.TdClassName
{
border-color: #F3DF05;
}
.TagClassName
{
border-color: #F3DF05;
}
</style>