Shades of Yellow #F1F304
Tints of Yellow #F1F304
RGB
CMYK
RGB Variations
Color information
#F1F304 (or 0xF1F304) is known color: Yellow. HEX triplet: F1, F3 and 04. RGB value is (241,243,4). Sum of RGB (Red+Green+Blue) = 241+243+4=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F304 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F304 is #0E0CFB. Grayscale: #D8D8D8. Windows color (decimal): -920828 or 324593. OLE color: 324593.
HSL color Cylindrical-coordinate representation of color #F1F304: hue angle of 60.5º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1F304 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.05 |
| HSL | 60.5º | 0.97% | 0.48% | - |
| HSV(B) | 60.5º | 0.98% | 0.95% | - |
| XYZ | 68.35 | 82.81 | 12.5 | - |
| YUV | 215.16 | 8.84 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 4 | 0.01 | 0 | 0.98 | 0.05 | 60.5 | 0.97 | 0.48 |
| Hex | F1 | F3 | 4 | 1 | 0 | 62 | 5 | 3D | 61 | 30 |
| Octal | 361 | 363 | 4 | 1 | 0 | 142 | 5 | 75 | 141 | 60 |
| Binary | 11110001 | 11110011 | 100 | 1 | 0 | 1100010 | 101 | 111101 | 1100001 | 110000 |
Color Harmonies of #F1F304
Complementary color
Monochromatic Colors of #F1F304
Black with #F1F304
Text Example
Text Example
White with #F1F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F304; }
p { color: rgb(241,243,4); }
H1.HeaderClassName
{
color: #F1F304;
}
.AnyTagClassName
{
color: #F1F304;
}
</style>
background-color css
<style>
a { background-color: #F1F304; }
a { background-color: rgb(241,243,4); }
div.DivClassName
{
background-color: #F1F304;
}
.BgClassName
{
background-color: #F1F304;
}
</style>
border-color css
<style>
span { border-color: #F1F304; }
span { border-color: rgb(241,243,4); }
td.TdClassName
{
border-color: #F1F304;
}
.TagClassName
{
border-color: #F1F304;
}
</style>