Shades of Golden Yellow #F1DB03
Tints of Golden Yellow #F1DB03
RGB
CMYK
RGB Variations
Color information
#F1DB03 (or 0xF1DB03) is known color: Golden Yellow. HEX triplet: F1, DB and 03. RGB value is (241,219,3). Sum of RGB (Red+Green+Blue) = 241+219+3=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DB03 is #0E24FC. Grayscale: #C9C9C9. Windows color (decimal): -926973 or 252913. OLE color: 252913.
HSL color Cylindrical-coordinate representation of color #F1DB03: hue angle of 54.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1DB03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.05 |
| HSL | 54.45º | 0.98% | 0.48% | - |
| HSV(B) | 54.45º | 0.99% | 0.95% | - |
| XYZ | 61.62 | 69.37 | 10.23 | - |
| YUV | 200.95 | 16.29 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 3 | 0 | 0.09 | 0.99 | 0.05 | 54.45 | 0.98 | 0.48 |
| Hex | F1 | DB | 3 | 0 | 9 | 63 | 5 | 36 | 62 | 30 |
| Octal | 361 | 333 | 3 | 0 | 11 | 143 | 5 | 66 | 142 | 60 |
| Binary | 11110001 | 11011011 | 11 | 0 | 1001 | 1100011 | 101 | 110110 | 1100010 | 110000 |
Color Harmonies of #F1DB03
Complementary color
Monochromatic Colors of #F1DB03
Black with #F1DB03
Text Example
Text Example
White with #F1DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB03; }
p { color: rgb(241,219,3); }
H1.HeaderClassName
{
color: #F1DB03;
}
.AnyTagClassName
{
color: #F1DB03;
}
</style>
background-color css
<style>
a { background-color: #F1DB03; }
a { background-color: rgb(241,219,3); }
div.DivClassName
{
background-color: #F1DB03;
}
.BgClassName
{
background-color: #F1DB03;
}
</style>
border-color css
<style>
span { border-color: #F1DB03; }
span { border-color: rgb(241,219,3); }
td.TdClassName
{
border-color: #F1DB03;
}
.TagClassName
{
border-color: #F1DB03;
}
</style>