Html Css Color HEX #F1F020 Lemon

📋 copy color: '#F1F020'

red 241 ◦ green 240 ◦ blue 32

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

Shades of Lemon #F1F020

Tints of Lemon #F1F020

RGB

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

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

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

R = 46.98%
G = 46.78%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1F020 (or 0xF1F020) is known color: Lemon. HEX triplet: F1, F0 and 20. RGB value is (241,240,32). Sum of RGB (Red+Green+Blue) = 241+240+32=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 32 (12.89% from 255 or 6.24% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F020 is #0E0FDF. Grayscale: #D9D9D9. Windows color (decimal): -921568 or 2158833. OLE color: 2158833.

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

Color convert

RGB 241 240 32 -
CMYK 0 0.00 0.87 0.05
HSL 59.71º 0.88% 0.54% -
HSV(B) 59.71º 0.87% 0.95% -
XYZ 67.7 81.13 13.46 -
YUV 216.59 23.83 145.41 -
System Red Green Blue C M Y K H S L
Decimal 241 240 32 0 0.00 0.87 0.05 59.71 0.88 0.54
Hex F1 F0 20 0 0 57 5 3C 58 36
Octal 361 360 40 0 0 127 5 74 130 66
Binary 11110001 11110000 100000 0 0 1010111 101 111100 1011000 110110

Color Harmonies of #F1F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F020

Black with #F1F020

Text Example


Text Example

White with #F1F020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F020; }

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

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

background-color css

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

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

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

border-color css

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

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

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