Shades of Lemon #FFF325
Tints of Lemon #FFF325
RGB
CMYK
RGB Variations
Color information
#FFF325 (or 0xFFF325) is known color: Lemon. HEX triplet: FF, F3 and 25. RGB value is (255,243,37). Sum of RGB (Red+Green+Blue) = 255+243+37=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 37 (14.84% from 255 or 6.92% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF325 is #000CDA. Grayscale: #DFDFDF. Windows color (decimal): -3291 or 2487295. OLE color: 2487295.
HSL color Cylindrical-coordinate representation of color #FFF325: hue angle of 56.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFF325 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 37 | - |
| CMYK | 0 | 0.05 | 0.85 | 0 |
| HSL | 56.7º | 1% | 0.57% | - |
| HSV(B) | 56.7º | 0.85% | 1% | - |
| XYZ | 73.62 | 85.49 | 14.37 | - |
| YUV | 223.1 | 22.98 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 37 | 0 | 0.05 | 0.85 | 0 | 56.7 | 1 | 0.57 |
| Hex | FF | F3 | 25 | 0 | 5 | 55 | 0 | 39 | 64 | 39 |
| Octal | 377 | 363 | 45 | 0 | 5 | 125 | 0 | 71 | 144 | 71 |
| Binary | 11111111 | 11110011 | 100101 | 0 | 101 | 1010101 | 0 | 111001 | 1100100 | 111001 |
Color Harmonies of #FFF325
Complementary color
Monochromatic Colors of #FFF325
Black with #FFF325
Text Example
Text Example
White with #FFF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF325; }
p { color: rgb(255,243,37); }
H1.HeaderClassName
{
color: #FFF325;
}
.AnyTagClassName
{
color: #FFF325;
}
</style>
background-color css
<style>
a { background-color: #FFF325; }
a { background-color: rgb(255,243,37); }
div.DivClassName
{
background-color: #FFF325;
}
.BgClassName
{
background-color: #FFF325;
}
</style>
border-color css
<style>
span { border-color: #FFF325; }
span { border-color: rgb(255,243,37); }
td.TdClassName
{
border-color: #FFF325;
}
.TagClassName
{
border-color: #FFF325;
}
</style>