Html Css Color HEX #F2F007 Lemon

📋 copy color: '#F2F007'

red 242 ◦ green 240 ◦ blue 7

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

Shades of Lemon #F2F007

Tints of Lemon #F2F007

RGB

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

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

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

R = 49.49%
G = 49.08%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2F007 (or 0xF2F007) is known color: Lemon. HEX triplet: F2, F0 and 07. RGB value is (242,240,7). Sum of RGB (Red+Green+Blue) = 242+240+7=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 7 (3.12% from 255 or 1.43% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F007 is #0D0FF8. Grayscale: #D6D6D6. Windows color (decimal): -856057 or 520434. OLE color: 520434.

HSL color Cylindrical-coordinate representation of color #F2F007: hue angle of 59.49º 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 #F2F007 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 7 -
CMYK 0 0.01 0.97 0.05
HSL 59.49º 0.94% 0.49% -
HSV(B) 59.49º 0.97% 0.95% -
XYZ 67.82 81.21 12.3 -
YUV 214.04 11.16 147.95 -
System Red Green Blue C M Y K H S L
Decimal 242 240 7 0 0.01 0.97 0.05 59.49 0.94 0.49
Hex F2 F0 7 0 1 61 5 3B 5E 31
Octal 362 360 7 0 1 141 5 73 136 61
Binary 11110010 11110000 111 0 1 1100001 101 111011 1011110 110001

Color Harmonies of #F2F007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F007

Black with #F2F007

Text Example


Text Example

White with #F2F007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F007; }

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

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

background-color css

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

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

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

border-color css

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

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

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