Html Css Color HEX #F1F11E Lemon

📋 copy color: '#F1F11E'

red 241 ◦ green 241 ◦ blue 30

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

Shades of Lemon #F1F11E

Tints of Lemon #F1F11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

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

R = 47.07%
G = 47.07%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1F11E (or 0xF1F11E) is known color: Lemon. HEX triplet: F1, F1 and 1E. RGB value is (241,241,30). Sum of RGB (Red+Green+Blue) = 241+241+30=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F11E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F11E is #0E0EE1. Grayscale: #D9D9D9. Windows color (decimal): -921314 or 2028017. OLE color: 2028017.

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

Color convert

RGB 241 241 30 -
CMYK 0 0 0.88 0.05
HSL 60º 0.88% 0.53% -
HSV(B) 60º 0.88% 0.95% -
XYZ 67.97 81.71 13.42 -
YUV 216.95 22.5 145.16 -
System Red Green Blue C M Y K H S L
Decimal 241 241 30 0 0 0.88 0.05 60 0.88 0.53
Hex F1 F1 1E 0 0 58 5 3C 58 35
Octal 361 361 36 0 0 130 5 74 130 65
Binary 11110001 11110001 11110 0 0 1011000 101 111100 1011000 110101

Color Harmonies of #F1F11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F11E

Black with #F1F11E

Text Example


Text Example

White with #F1F11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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