Html Css Color HEX #F1F012 Lemon

📋 copy color: '#F1F012'

red 241 ◦ green 240 ◦ blue 18

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

Shades of Lemon #F1F012

Tints of Lemon #F1F012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.61%

R = 48.3%
G = 48.1%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1F012 (or 0xF1F012) is known color: Lemon. HEX triplet: F1, F0 and 12. RGB value is (241,240,18). Sum of RGB (Red+Green+Blue) = 241+240+18=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F012 is #0E0FED. Grayscale: #D7D7D7. Windows color (decimal): -921582 or 1241329. OLE color: 1241329.

HSL color Cylindrical-coordinate representation of color #F1F012: 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.93%. Process color model (Four color, CMYK) of #F1F012 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 18 -
CMYK 0 0.00 0.93 0.05
HSL 59.73º 0.89% 0.51% -
HSV(B) 59.73º 0.93% 0.95% -
XYZ 67.54 81.06 12.66 -
YUV 214.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 241 240 18 0 0.00 0.93 0.05 59.73 0.89 0.51
Hex F1 F0 12 0 0 5D 5 3C 59 33
Octal 361 360 22 0 0 135 5 74 131 63
Binary 11110001 11110000 10010 0 0 1011101 101 111100 1011001 110011

Color Harmonies of #F1F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F012

Black with #F1F012

Text Example


Text Example

White with #F1F012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F012; }

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

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

background-color css

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

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

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

border-color css

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

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

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