Shades of Golden Yellow #F1DB0B
Tints of Golden Yellow #F1DB0B
RGB
CMYK
RGB Variations
Color information
#F1DB0B (or 0xF1DB0B) is known color: Golden Yellow. HEX triplet: F1, DB and 0B. RGB value is (241,219,11). Sum of RGB (Red+Green+Blue) = 241+219+11=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DB0B is #0E24F4. Grayscale: #CACACA. Windows color (decimal): -926965 or 777201. OLE color: 777201.
HSL color Cylindrical-coordinate representation of color #F1DB0B: hue angle of 54.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1DB0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.05 |
| HSL | 54.26º | 0.91% | 0.49% | - |
| HSV(B) | 54.26º | 0.95% | 0.95% | - |
| XYZ | 61.67 | 69.39 | 10.46 | - |
| YUV | 201.87 | 20.29 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 11 | 0 | 0.09 | 0.95 | 0.05 | 54.26 | 0.91 | 0.49 |
| Hex | F1 | DB | B | 0 | 9 | 5F | 5 | 36 | 5B | 31 |
| Octal | 361 | 333 | 13 | 0 | 11 | 137 | 5 | 66 | 133 | 61 |
| Binary | 11110001 | 11011011 | 1011 | 0 | 1001 | 1011111 | 101 | 110110 | 1011011 | 110001 |
Color Harmonies of #F1DB0B
Complementary color
Monochromatic Colors of #F1DB0B
Black with #F1DB0B
Text Example
Text Example
White with #F1DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB0B; }
p { color: rgb(241,219,11); }
H1.HeaderClassName
{
color: #F1DB0B;
}
.AnyTagClassName
{
color: #F1DB0B;
}
</style>
background-color css
<style>
a { background-color: #F1DB0B; }
a { background-color: rgb(241,219,11); }
div.DivClassName
{
background-color: #F1DB0B;
}
.BgClassName
{
background-color: #F1DB0B;
}
</style>
border-color css
<style>
span { border-color: #F1DB0B; }
span { border-color: rgb(241,219,11); }
td.TdClassName
{
border-color: #F1DB0B;
}
.TagClassName
{
border-color: #F1DB0B;
}
</style>