Html Css Color HEX #F1F01C Lemon

📋 copy color: '#F1F01C'

red 241 ◦ green 240 ◦ blue 28

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

Shades of Lemon #F1F01C

Tints of Lemon #F1F01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.5%

R = 47.35%
G = 47.15%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1F01C (or 0xF1F01C) is known color: Lemon. HEX triplet: F1, F0 and 1C. RGB value is (241,240,28). Sum of RGB (Red+Green+Blue) = 241+240+28=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F01C is #0E0FE3. Grayscale: #D8D8D8. Windows color (decimal): -921572 or 1896689. OLE color: 1896689.

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

Color convert

RGB 241 240 28 -
CMYK 0 0.00 0.88 0.05
HSL 59.72º 0.88% 0.53% -
HSV(B) 59.72º 0.88% 0.95% -
XYZ 67.65 81.1 13.19 -
YUV 216.13 21.83 145.74 -
System Red Green Blue C M Y K H S L
Decimal 241 240 28 0 0.00 0.88 0.05 59.72 0.88 0.53
Hex F1 F0 1C 0 0 58 5 3C 58 35
Octal 361 360 34 0 0 130 5 74 130 65
Binary 11110001 11110000 11100 0 0 1011000 101 111100 1011000 110101

Color Harmonies of #F1F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F01C

Black with #F1F01C

Text Example


Text Example

White with #F1F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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