Html Css Color HEX #F1F120 Lemon

📋 copy color: '#F1F120'

red 241 ◦ green 241 ◦ blue 32

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

Shades of Lemon #F1F120

Tints of Lemon #F1F120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.23%

R = 46.89%
G = 46.89%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1F120 (or 0xF1F120) is known color: Lemon. HEX triplet: F1, F1 and 20. RGB value is (241,241,32). Sum of RGB (Red+Green+Blue) = 241+241+32=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 32 (12.89% from 255 or 6.23% from 514); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F120 is #0E0EDF. Grayscale: #DADADA. Windows color (decimal): -921312 or 2159089. OLE color: 2159089.

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

Color convert

RGB 241 241 32 -
CMYK 0 0 0.87 0.05
HSL 60º 0.88% 0.54% -
HSV(B) 60º 0.87% 0.95% -
XYZ 67.99 81.72 13.56 -
YUV 217.17 23.5 144.99 -
System Red Green Blue C M Y K H S L
Decimal 241 241 32 0 0 0.87 0.05 60 0.88 0.54
Hex F1 F1 20 0 0 57 5 3C 58 36
Octal 361 361 40 0 0 127 5 74 130 66
Binary 11110001 11110001 100000 0 0 1010111 101 111100 1011000 110110

Color Harmonies of #F1F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F120

Black with #F1F120

Text Example


Text Example

White with #F1F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F120; }

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

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

background-color css

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

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

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

border-color css

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

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

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