Html Css Color HEX #F1F215 Lemon

📋 copy color: '#F1F215'

red 241 ◦ green 242 ◦ blue 21

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

Shades of Lemon #F1F215

Tints of Lemon #F1F215

RGB

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

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

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

R = 47.82%
G = 48.02%
B = 4.17%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1F215 (or 0xF1F215) is known color: Lemon. HEX triplet: F1, F2 and 15. RGB value is (241,242,21). Sum of RGB (Red+Green+Blue) = 241+242+21=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 21 (8.59% from 255 or 4.17% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F215 is #0E0DEA. Grayscale: #D9D9D9. Windows color (decimal): -921067 or 1438449. OLE color: 1438449.

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

Color convert

RGB 241 242 21 -
CMYK 0.00 0 0.91 0.05
HSL 60.27º 0.89% 0.52% -
HSV(B) 60.27º 0.91% 0.95% -
XYZ 68.16 82.26 12.99 -
YUV 216.51 17.67 145.47 -
System Red Green Blue C M Y K H S L
Decimal 241 242 21 0.00 0 0.91 0.05 60.27 0.89 0.52
Hex F1 F2 15 0 0 5B 5 3C 59 34
Octal 361 362 25 0 0 133 5 74 131 64
Binary 11110001 11110010 10101 0 0 1011011 101 111100 1011001 110100

Color Harmonies of #F1F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F215

Black with #F1F215

Text Example


Text Example

White with #F1F215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F215; }

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

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

background-color css

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

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

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

border-color css

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

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

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