Shades of Golden Yellow #F2DB0B
Tints of Golden Yellow #F2DB0B
RGB
CMYK
RGB Variations
Color information
#F2DB0B (or 0xF2DB0B) is known color: Golden Yellow. HEX triplet: F2, DB and 0B. RGB value is (242,219,11). Sum of RGB (Red+Green+Blue) = 242+219+11=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DB0B is #0D24F4. Grayscale: #CBCBCB. Windows color (decimal): -861429 or 777202. OLE color: 777202.
HSL color Cylindrical-coordinate representation of color #F2DB0B: hue angle of 54.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2DB0B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.05 |
| HSL | 54.03º | 0.91% | 0.5% | - |
| HSV(B) | 54.03º | 0.95% | 0.95% | - |
| XYZ | 62.01 | 69.56 | 10.48 | - |
| YUV | 202.17 | 20.12 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 11 | 0 | 0.10 | 0.95 | 0.05 | 54.03 | 0.91 | 0.5 |
| Hex | F2 | DB | B | 0 | A | 5F | 5 | 36 | 5B | 32 |
| Octal | 362 | 333 | 13 | 0 | 12 | 137 | 5 | 66 | 133 | 62 |
| Binary | 11110010 | 11011011 | 1011 | 0 | 1010 | 1011111 | 101 | 110110 | 1011011 | 110010 |
Color Harmonies of #F2DB0B
Complementary color
Monochromatic Colors of #F2DB0B
Black with #F2DB0B
Text Example
Text Example
White with #F2DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB0B; }
p { color: rgb(242,219,11); }
H1.HeaderClassName
{
color: #F2DB0B;
}
.AnyTagClassName
{
color: #F2DB0B;
}
</style>
background-color css
<style>
a { background-color: #F2DB0B; }
a { background-color: rgb(242,219,11); }
div.DivClassName
{
background-color: #F2DB0B;
}
.BgClassName
{
background-color: #F2DB0B;
}
</style>
border-color css
<style>
span { border-color: #F2DB0B; }
span { border-color: rgb(242,219,11); }
td.TdClassName
{
border-color: #F2DB0B;
}
.TagClassName
{
border-color: #F2DB0B;
}
</style>