Shades of Lemon #FFF30C
Tints of Lemon #FFF30C
RGB
CMYK
RGB Variations
Color information
#FFF30C (or 0xFFF30C) is known color: Lemon. HEX triplet: FF, F3 and 0C. RGB value is (255,243,12). Sum of RGB (Red+Green+Blue) = 255+243+12=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 12 (5.08% from 255 or 2.35% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF30C is #000CF3. Grayscale: #DDDDDD. Windows color (decimal): -3316 or 848895. OLE color: 848895.
HSL color Cylindrical-coordinate representation of color #FFF30C: hue angle of 57.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF30C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0 |
| HSL | 57.04º | 1% | 0.52% | - |
| HSV(B) | 57.04º | 0.95% | 1% | - |
| XYZ | 73.36 | 85.39 | 12.96 | - |
| YUV | 220.25 | 10.48 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 12 | 0 | 0.05 | 0.95 | 0 | 57.04 | 1 | 0.52 |
| Hex | FF | F3 | C | 0 | 5 | 5F | 0 | 39 | 64 | 34 |
| Octal | 377 | 363 | 14 | 0 | 5 | 137 | 0 | 71 | 144 | 64 |
| Binary | 11111111 | 11110011 | 1100 | 0 | 101 | 1011111 | 0 | 111001 | 1100100 | 110100 |
Color Harmonies of #FFF30C
Complementary color
Monochromatic Colors of #FFF30C
Black with #FFF30C
Text Example
Text Example
White with #FFF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF30C; }
p { color: rgb(255,243,12); }
H1.HeaderClassName
{
color: #FFF30C;
}
.AnyTagClassName
{
color: #FFF30C;
}
</style>
background-color css
<style>
a { background-color: #FFF30C; }
a { background-color: rgb(255,243,12); }
div.DivClassName
{
background-color: #FFF30C;
}
.BgClassName
{
background-color: #FFF30C;
}
</style>
border-color css
<style>
span { border-color: #FFF30C; }
span { border-color: rgb(255,243,12); }
td.TdClassName
{
border-color: #FFF30C;
}
.TagClassName
{
border-color: #FFF30C;
}
</style>