Html Css Color HEX #F1F115 Lemon

📋 copy color: '#F1F115'

red 241 ◦ green 241 ◦ blue 21

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

Shades of Lemon #F1F115

Tints of Lemon #F1F115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.17%

R = 47.91%
G = 47.91%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1F115 (or 0xF1F115) is known color: Lemon. HEX triplet: F1, F1 and 15. RGB value is (241,241,21). Sum of RGB (Red+Green+Blue) = 241+241+21=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F115 is #0E0EEA. Grayscale: #D8D8D8. Windows color (decimal): -921323 or 1438193. OLE color: 1438193.

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

Color convert

RGB 241 241 21 -
CMYK 0 0 0.91 0.05
HSL 60º 0.89% 0.51% -
HSV(B) 60º 0.91% 0.95% -
XYZ 67.87 81.67 12.9 -
YUV 215.92 18 145.89 -
System Red Green Blue C M Y K H S L
Decimal 241 241 21 0 0 0.91 0.05 60 0.89 0.51
Hex F1 F1 15 0 0 5B 5 3C 59 33
Octal 361 361 25 0 0 133 5 74 131 63
Binary 11110001 11110001 10101 0 0 1011011 101 111100 1011001 110011

Color Harmonies of #F1F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F115

Black with #F1F115

Text Example


Text Example

White with #F1F115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F115; }

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

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

background-color css

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

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

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

border-color css

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

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

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