Shades of Golden Yellow #F5E203
Tints of Golden Yellow #F5E203
RGB
CMYK
RGB Variations
Color information
#F5E203 (or 0xF5E203) is known color: Golden Yellow. HEX triplet: F5, E2 and 03. RGB value is (245,226,3). Sum of RGB (Red+Green+Blue) = 245+226+3=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 3 (1.56% from 255 or 0.63% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E203 is #0A1DFC. Grayscale: #CFCFCF. Windows color (decimal): -663037 or 254709. OLE color: 254709.
HSL color Cylindrical-coordinate representation of color #F5E203: hue angle of 55.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5E203 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.04 |
| HSL | 55.29º | 0.98% | 0.49% | - |
| HSV(B) | 55.29º | 0.99% | 0.96% | - |
| XYZ | 64.87 | 73.81 | 10.91 | - |
| YUV | 206.26 | 13.29 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 3 | 0 | 0.08 | 0.99 | 0.04 | 55.29 | 0.98 | 0.49 |
| Hex | F5 | E2 | 3 | 0 | 8 | 63 | 4 | 37 | 62 | 31 |
| Octal | 365 | 342 | 3 | 0 | 10 | 143 | 4 | 67 | 142 | 61 |
| Binary | 11110101 | 11100010 | 11 | 0 | 1000 | 1100011 | 100 | 110111 | 1100010 | 110001 |
Color Harmonies of #F5E203
Complementary color
Monochromatic Colors of #F5E203
Black with #F5E203
Text Example
Text Example
White with #F5E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E203; }
p { color: rgb(245,226,3); }
H1.HeaderClassName
{
color: #F5E203;
}
.AnyTagClassName
{
color: #F5E203;
}
</style>
background-color css
<style>
a { background-color: #F5E203; }
a { background-color: rgb(245,226,3); }
div.DivClassName
{
background-color: #F5E203;
}
.BgClassName
{
background-color: #F5E203;
}
</style>
border-color css
<style>
span { border-color: #F5E203; }
span { border-color: rgb(245,226,3); }
td.TdClassName
{
border-color: #F5E203;
}
.TagClassName
{
border-color: #F5E203;
}
</style>