Html Css Color HEX #F2F113 Lemon

📋 copy color: '#F2F113'

red 242 ◦ green 241 ◦ blue 19

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

Shades of Lemon #F2F113

Tints of Lemon #F2F113

RGB

 RED value IS 242 (94.92% from 255) = 48.21%

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

 BLUE value IS 19 (7.81% from 255) = 3.78%

R = 48.21%
G = 48.01%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2F113 (or 0xF2F113) is known color: Lemon. HEX triplet: F2, F1 and 13. RGB value is (242,241,19). Sum of RGB (Red+Green+Blue) = 242+241+19=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F113 is #0D0EEC. Grayscale: #D8D8D8. Windows color (decimal): -855789 or 1307122. OLE color: 1307122.

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

Color convert

RGB 242 241 19 -
CMYK 0 0.00 0.92 0.05
HSL 59.73º 0.9% 0.51% -
HSV(B) 59.73º 0.92% 0.95% -
XYZ 68.19 81.83 12.82 -
YUV 215.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 242 241 19 0 0.00 0.92 0.05 59.73 0.9 0.51
Hex F2 F1 13 0 0 5C 5 3C 5A 33
Octal 362 361 23 0 0 134 5 74 132 63
Binary 11110010 11110001 10011 0 0 1011100 101 111100 1011010 110011

Color Harmonies of #F2F113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F113

Black with #F2F113

Text Example


Text Example

White with #F2F113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F113; }

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

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

background-color css

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

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

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

border-color css

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

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

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