Shades of Golden Yellow #F5E305
Tints of Golden Yellow #F5E305
RGB
CMYK
RGB Variations
Color information
#F5E305 (or 0xF5E305) is known color: Golden Yellow. HEX triplet: F5, E3 and 05. RGB value is (245,227,5). Sum of RGB (Red+Green+Blue) = 245+227+5=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E305 is #0A1CFA. Grayscale: #CFCFCF. Windows color (decimal): -662779 or 386037. OLE color: 386037.
HSL color Cylindrical-coordinate representation of color #F5E305: hue angle of 55.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5E305 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.04 |
| HSL | 55.5º | 0.96% | 0.49% | - |
| HSV(B) | 55.5º | 0.98% | 0.96% | - |
| XYZ | 65.15 | 74.36 | 11.06 | - |
| YUV | 207.07 | 13.96 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 5 | 0 | 0.07 | 0.98 | 0.04 | 55.5 | 0.96 | 0.49 |
| Hex | F5 | E3 | 5 | 0 | 7 | 62 | 4 | 38 | 60 | 31 |
| Octal | 365 | 343 | 5 | 0 | 7 | 142 | 4 | 70 | 140 | 61 |
| Binary | 11110101 | 11100011 | 101 | 0 | 111 | 1100010 | 100 | 111000 | 1100000 | 110001 |
Color Harmonies of #F5E305
Complementary color
Monochromatic Colors of #F5E305
Black with #F5E305
Text Example
Text Example
White with #F5E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E305; }
p { color: rgb(245,227,5); }
H1.HeaderClassName
{
color: #F5E305;
}
.AnyTagClassName
{
color: #F5E305;
}
</style>
background-color css
<style>
a { background-color: #F5E305; }
a { background-color: rgb(245,227,5); }
div.DivClassName
{
background-color: #F5E305;
}
.BgClassName
{
background-color: #F5E305;
}
</style>
border-color css
<style>
span { border-color: #F5E305; }
span { border-color: rgb(245,227,5); }
td.TdClassName
{
border-color: #F5E305;
}
.TagClassName
{
border-color: #F5E305;
}
</style>