Shades of Golden Yellow #F0E302
Tints of Golden Yellow #F0E302
RGB
CMYK
RGB Variations
Color information
#F0E302 (or 0xF0E302) is known color: Golden Yellow. HEX triplet: F0, E3 and 02. RGB value is (240,227,2). Sum of RGB (Red+Green+Blue) = 240+227+2=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E302 is #0F1CFD. Grayscale: #CECECE. Windows color (decimal): -990462 or 189424. OLE color: 189424.
HSL color Cylindrical-coordinate representation of color #F0E302: hue angle of 56.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0E302 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.06 |
| HSL | 56.72º | 0.98% | 0.47% | - |
| HSV(B) | 56.72º | 0.99% | 0.94% | - |
| XYZ | 63.42 | 73.47 | 10.9 | - |
| YUV | 205.24 | 13.31 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 2 | 0 | 0.05 | 0.99 | 0.06 | 56.72 | 0.98 | 0.47 |
| Hex | F0 | E3 | 2 | 0 | 5 | 63 | 6 | 39 | 62 | 2F |
| Octal | 360 | 343 | 2 | 0 | 5 | 143 | 6 | 71 | 142 | 57 |
| Binary | 11110000 | 11100011 | 10 | 0 | 101 | 1100011 | 110 | 111001 | 1100010 | 101111 |
Color Harmonies of #F0E302
Complementary color
Monochromatic Colors of #F0E302
Black with #F0E302
Text Example
Text Example
White with #F0E302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E302; }
p { color: rgb(240,227,2); }
H1.HeaderClassName
{
color: #F0E302;
}
.AnyTagClassName
{
color: #F0E302;
}
</style>
background-color css
<style>
a { background-color: #F0E302; }
a { background-color: rgb(240,227,2); }
div.DivClassName
{
background-color: #F0E302;
}
.BgClassName
{
background-color: #F0E302;
}
</style>
border-color css
<style>
span { border-color: #F0E302; }
span { border-color: rgb(240,227,2); }
td.TdClassName
{
border-color: #F0E302;
}
.TagClassName
{
border-color: #F0E302;
}
</style>