Html Css Color HEX #F2F109 Lemon

📋 copy color: '#F2F109'

red 242 ◦ green 241 ◦ blue 9

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

Shades of Lemon #F2F109

Tints of Lemon #F2F109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.83%

R = 49.19%
G = 48.98%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2F109 (or 0xF2F109) is known color: Lemon. HEX triplet: F2, F1 and 09. RGB value is (242,241,9). Sum of RGB (Red+Green+Blue) = 242+241+9=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 9 (3.91% from 255 or 1.83% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F109 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F109 is #0D0EF6. Grayscale: #D7D7D7. Windows color (decimal): -855799 or 651762. OLE color: 651762.

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

Color convert

RGB 242 241 9 -
CMYK 0 0.00 0.96 0.05
HSL 59.74º 0.93% 0.49% -
HSV(B) 59.74º 0.96% 0.95% -
XYZ 68.12 81.81 12.46 -
YUV 214.85 11.83 147.36 -
System Red Green Blue C M Y K H S L
Decimal 242 241 9 0 0.00 0.96 0.05 59.74 0.93 0.49
Hex F2 F1 9 0 0 60 5 3C 5D 31
Octal 362 361 11 0 0 140 5 74 135 61
Binary 11110010 11110001 1001 0 0 1100000 101 111100 1011101 110001

Color Harmonies of #F2F109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F109

Black with #F2F109

Text Example


Text Example

White with #F2F109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F109; }

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

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

background-color css

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

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

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

border-color css

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

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

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