Html Css Color HEX #F2F107 Lemon

📋 copy color: '#F2F107'

red 242 ◦ green 241 ◦ blue 7

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

Shades of Lemon #F2F107

Tints of Lemon #F2F107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.43%

R = 49.39%
G = 49.18%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2F107 (or 0xF2F107) is known color: Lemon. HEX triplet: F2, F1 and 07. RGB value is (242,241,7). Sum of RGB (Red+Green+Blue) = 242+241+7=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 7 (3.12% from 255 or 1.43% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F107 is #0D0EF8. Grayscale: #D7D7D7. Windows color (decimal): -855801 or 520690. OLE color: 520690.

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

Color convert

RGB 242 241 7 -
CMYK 0 0.00 0.97 0.05
HSL 59.74º 0.94% 0.49% -
HSV(B) 59.74º 0.97% 0.95% -
XYZ 68.11 81.8 12.4 -
YUV 214.62 10.83 147.53 -
System Red Green Blue C M Y K H S L
Decimal 242 241 7 0 0.00 0.97 0.05 59.74 0.94 0.49
Hex F2 F1 7 0 0 61 5 3C 5E 31
Octal 362 361 7 0 0 141 5 74 136 61
Binary 11110010 11110001 111 0 0 1100001 101 111100 1011110 110001

Color Harmonies of #F2F107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F107

Black with #F2F107

Text Example


Text Example

White with #F2F107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F107; }

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

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

background-color css

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

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

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

border-color css

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

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

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