Shades of Golden Yellow #F3DB02
Tints of Golden Yellow #F3DB02
RGB
CMYK
RGB Variations
Color information
#F3DB02 (or 0xF3DB02) is known color: Golden Yellow. HEX triplet: F3, DB and 02. RGB value is (243,219,2). Sum of RGB (Red+Green+Blue) = 243+219+2=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DB02 is #0C24FD. Grayscale: #CACACA. Windows color (decimal): -795902 or 187379. OLE color: 187379.
HSL color Cylindrical-coordinate representation of color #F3DB02: hue angle of 54.02º 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 #F3DB02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.05 |
| HSL | 54.02º | 0.98% | 0.48% | - |
| HSV(B) | 54.02º | 0.99% | 0.95% | - |
| XYZ | 62.3 | 69.72 | 10.23 | - |
| YUV | 201.44 | 15.45 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 2 | 0 | 0.10 | 0.99 | 0.05 | 54.02 | 0.98 | 0.48 |
| Hex | F3 | DB | 2 | 0 | A | 63 | 5 | 36 | 62 | 30 |
| Octal | 363 | 333 | 2 | 0 | 12 | 143 | 5 | 66 | 142 | 60 |
| Binary | 11110011 | 11011011 | 10 | 0 | 1010 | 1100011 | 101 | 110110 | 1100010 | 110000 |
Color Harmonies of #F3DB02
Complementary color
Monochromatic Colors of #F3DB02
Black with #F3DB02
Text Example
Text Example
White with #F3DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB02; }
p { color: rgb(243,219,2); }
H1.HeaderClassName
{
color: #F3DB02;
}
.AnyTagClassName
{
color: #F3DB02;
}
</style>
background-color css
<style>
a { background-color: #F3DB02; }
a { background-color: rgb(243,219,2); }
div.DivClassName
{
background-color: #F3DB02;
}
.BgClassName
{
background-color: #F3DB02;
}
</style>
border-color css
<style>
span { border-color: #F3DB02; }
span { border-color: rgb(243,219,2); }
td.TdClassName
{
border-color: #F3DB02;
}
.TagClassName
{
border-color: #F3DB02;
}
</style>