Html Css Color HEX #F1F021 Lemon

📋 copy color: '#F1F021'

red 241 ◦ green 240 ◦ blue 33

#F1F021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #F1F021

Tints of Lemon #F1F021

RGB

 RED value IS 241 (94.53% from 255) = 46.89%

 GREEN value IS 240 (94.14% from 255) = 46.69%

 BLUE value IS 33 (13.28% from 255) = 6.42%

R = 46.89%
G = 46.69%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1F021 (or 0xF1F021) is known color: Lemon. HEX triplet: F1, F0 and 21. RGB value is (241,240,33). Sum of RGB (Red+Green+Blue) = 241+240+33=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F021 is #0E0FDE. Grayscale: #D9D9D9. Windows color (decimal): -921567 or 2224369. OLE color: 2224369.

HSL color Cylindrical-coordinate representation of color #F1F021: hue angle of 59.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1F021 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 33 -
CMYK 0 0.00 0.86 0.05
HSL 59.71º 0.88% 0.54% -
HSV(B) 59.71º 0.86% 0.95% -
XYZ 67.71 81.13 13.53 -
YUV 216.7 24.33 145.33 -
System Red Green Blue C M Y K H S L
Decimal 241 240 33 0 0.00 0.86 0.05 59.71 0.88 0.54
Hex F1 F0 21 0 0 56 5 3C 58 36
Octal 361 360 41 0 0 126 5 74 130 66
Binary 11110001 11110000 100001 0 0 1010110 101 111100 1011000 110110

Color Harmonies of #F1F021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F021

Black with #F1F021

Text Example


Text Example

White with #F1F021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F021; }

 p { color: rgb(241,240,33); }

 H1.HeaderClassName
 {
   color: #F1F021;
 }
 .AnyTagClassName
 {
   color: #F1F021;
 }
</style>

background-color css

<style>
 a { background-color: #F1F021; }

 a { background-color: rgb(241,240,33); }

 div.DivClassName
 {
   background-color: #F1F021;
 }
 .BgClassName
 {
   background-color: #F1F021;
 }
</style>

border-color css

<style>
 span { border-color: #F1F021; }

 span { border-color: rgb(241,240,33); }

 td.TdClassName
 {
   border-color: #F1F021;
 }
 .TagClassName
 {
   border-color: #F1F021;
 }
</style>