Shades of Yellow #F1F302
Tints of Yellow #F1F302
RGB
CMYK
RGB Variations
Color information
#F1F302 (or 0xF1F302) is known color: Yellow. HEX triplet: F1, F3 and 02. RGB value is (241,243,2). Sum of RGB (Red+Green+Blue) = 241+243+2=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F302 is #0E0CFD. Grayscale: #D7D7D7. Windows color (decimal): -920830 or 193521. OLE color: 193521.
HSL color Cylindrical-coordinate representation of color #F1F302: hue angle of 60.5º 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 #F1F302 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.05 |
| HSL | 60.5º | 0.98% | 0.48% | - |
| HSV(B) | 60.5º | 0.99% | 0.95% | - |
| XYZ | 68.34 | 82.81 | 12.44 | - |
| YUV | 214.93 | 7.84 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 2 | 0.01 | 0 | 0.99 | 0.05 | 60.5 | 0.98 | 0.48 |
| Hex | F1 | F3 | 2 | 1 | 0 | 63 | 5 | 3C | 62 | 30 |
| Octal | 361 | 363 | 2 | 1 | 0 | 143 | 5 | 74 | 142 | 60 |
| Binary | 11110001 | 11110011 | 10 | 1 | 0 | 1100011 | 101 | 111100 | 1100010 | 110000 |
Color Harmonies of #F1F302
Complementary color
Monochromatic Colors of #F1F302
Black with #F1F302
Text Example
Text Example
White with #F1F302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F302; }
p { color: rgb(241,243,2); }
H1.HeaderClassName
{
color: #F1F302;
}
.AnyTagClassName
{
color: #F1F302;
}
</style>
background-color css
<style>
a { background-color: #F1F302; }
a { background-color: rgb(241,243,2); }
div.DivClassName
{
background-color: #F1F302;
}
.BgClassName
{
background-color: #F1F302;
}
</style>
border-color css
<style>
span { border-color: #F1F302; }
span { border-color: rgb(241,243,2); }
td.TdClassName
{
border-color: #F1F302;
}
.TagClassName
{
border-color: #F1F302;
}
</style>