Shades of Yellow #F1FF0D
Tints of Yellow #F1FF0D
RGB
CMYK
RGB Variations
Color information
#F1FF0D (or 0xF1FF0D) is known color: Yellow. HEX triplet: F1, FF and 0D. RGB value is (241,255,13). Sum of RGB (Red+Green+Blue) = 241+255+13=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 13 (5.47% from 255 or 2.55% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FF0D is #0E00F2. Grayscale: #E0E0E0. Windows color (decimal): -917747 or 917489. OLE color: 917489.
HSL color Cylindrical-coordinate representation of color #F1FF0D: hue angle of 63.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1FF0D is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 13 | - |
| CMYK | 0.05 | 0 | 0.95 | 0 |
| HSL | 63.47º | 1% | 0.53% | - |
| HSV(B) | 63.47º | 0.95% | 1% | - |
| XYZ | 72.11 | 90.25 | 14 | - |
| YUV | 223.23 | 9.36 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 13 | 0.05 | 0 | 0.95 | 0 | 63.47 | 1 | 0.53 |
| Hex | F1 | FF | D | 5 | 0 | 5F | 0 | 3F | 64 | 35 |
| Octal | 361 | 377 | 15 | 5 | 0 | 137 | 0 | 77 | 144 | 65 |
| Binary | 11110001 | 11111111 | 1101 | 101 | 0 | 1011111 | 0 | 111111 | 1100100 | 110101 |
Color Harmonies of #F1FF0D
Complementary color
Monochromatic Colors of #F1FF0D
Black with #F1FF0D
Text Example
Text Example
White with #F1FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF0D; }
p { color: rgb(241,255,13); }
H1.HeaderClassName
{
color: #F1FF0D;
}
.AnyTagClassName
{
color: #F1FF0D;
}
</style>
background-color css
<style>
a { background-color: #F1FF0D; }
a { background-color: rgb(241,255,13); }
div.DivClassName
{
background-color: #F1FF0D;
}
.BgClassName
{
background-color: #F1FF0D;
}
</style>
border-color css
<style>
span { border-color: #F1FF0D; }
span { border-color: rgb(241,255,13); }
td.TdClassName
{
border-color: #F1FF0D;
}
.TagClassName
{
border-color: #F1FF0D;
}
</style>