Html Css Color HEX #F1F221 Lemon

📋 copy color: '#F1F221'

red 241 ◦ green 242 ◦ blue 33

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

Shades of Lemon #F1F221

Tints of Lemon #F1F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.9%

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

R = 46.71%
G = 46.9%
B = 6.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F1F221 (or 0xF1F221) is known color: Lemon. HEX triplet: F1, F2 and 21. RGB value is (241,242,33). Sum of RGB (Red+Green+Blue) = 241+242+33=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F221 is #0E0DDE. Grayscale: #DADADA. Windows color (decimal): -921055 or 2224881. OLE color: 2224881.

HSL color Cylindrical-coordinate representation of color #F1F221: hue angle of 60.29º degrees, saturation: 0.89, 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 #F1F221 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 242 33 -
CMYK 0.00 0 0.86 0.05
HSL 60.29º 0.89% 0.54% -
HSV(B) 60.29º 0.86% 0.95% -
XYZ 68.3 82.31 13.73 -
YUV 217.88 23.67 144.49 -
System Red Green Blue C M Y K H S L
Decimal 241 242 33 0.00 0 0.86 0.05 60.29 0.89 0.54
Hex F1 F2 21 0 0 56 5 3C 59 36
Octal 361 362 41 0 0 126 5 74 131 66
Binary 11110001 11110010 100001 0 0 1010110 101 111100 1011001 110110

Color Harmonies of #F1F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F221

Black with #F1F221

Text Example


Text Example

White with #F1F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F221; }

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

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

background-color css

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

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

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

border-color css

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

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

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