Html Css Color HEX #F1F015 Lemon

📋 copy color: '#F1F015'

red 241 ◦ green 240 ◦ blue 21

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

Shades of Lemon #F1F015

Tints of Lemon #F1F015

RGB

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

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

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

R = 48.01%
G = 47.81%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1F015 (or 0xF1F015) is known color: Lemon. HEX triplet: F1, F0 and 15. RGB value is (241,240,21). Sum of RGB (Red+Green+Blue) = 241+240+21=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F015 is #0E0FEA. Grayscale: #D8D8D8. Windows color (decimal): -921579 or 1437937. OLE color: 1437937.

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

Color convert

RGB 241 240 21 -
CMYK 0 0.00 0.91 0.05
HSL 59.73º 0.89% 0.51% -
HSV(B) 59.73º 0.91% 0.95% -
XYZ 67.57 81.08 12.8 -
YUV 215.33 18.33 146.31 -
System Red Green Blue C M Y K H S L
Decimal 241 240 21 0 0.00 0.91 0.05 59.73 0.89 0.51
Hex F1 F0 15 0 0 5B 5 3C 59 33
Octal 361 360 25 0 0 133 5 74 131 63
Binary 11110001 11110000 10101 0 0 1011011 101 111100 1011001 110011

Color Harmonies of #F1F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F015

Black with #F1F015

Text Example


Text Example

White with #F1F015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F015; }

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

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

background-color css

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

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

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

border-color css

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

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

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