Html Css Color HEX #F1F21E Lemon

📋 copy color: '#F1F21E'

red 241 ◦ green 242 ◦ blue 30

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

Shades of Lemon #F1F21E

Tints of Lemon #F1F21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.85%

R = 46.98%
G = 47.17%
B = 5.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1F21E (or 0xF1F21E) is known color: Lemon. HEX triplet: F1, F2 and 1E. RGB value is (241,242,30). Sum of RGB (Red+Green+Blue) = 241+242+30=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 30 (12.11% from 255 or 5.85% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F21E is #0E0DE1. Grayscale: #DADADA. Windows color (decimal): -921058 or 2028273. OLE color: 2028273.

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

Color convert

RGB 241 242 30 -
CMYK 0.00 0 0.88 0.05
HSL 60.28º 0.89% 0.53% -
HSV(B) 60.28º 0.88% 0.95% -
XYZ 68.26 82.3 13.52 -
YUV 217.53 22.17 144.74 -
System Red Green Blue C M Y K H S L
Decimal 241 242 30 0.00 0 0.88 0.05 60.28 0.89 0.53
Hex F1 F2 1E 0 0 58 5 3C 59 35
Octal 361 362 36 0 0 130 5 74 131 65
Binary 11110001 11110010 11110 0 0 1011000 101 111100 1011001 110101

Color Harmonies of #F1F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F21E

Black with #F1F21E

Text Example


Text Example

White with #F1F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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