Html Css Color HEX #F2F008 Lemon

📋 copy color: '#F2F008'

red 242 ◦ green 240 ◦ blue 8

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

Shades of Lemon #F2F008

Tints of Lemon #F2F008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.63%

R = 49.39%
G = 48.98%
B = 1.63%

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

#F2F008 (or 0xF2F008) is known color: Lemon. HEX triplet: F2, F0 and 08. RGB value is (242,240,8). Sum of RGB (Red+Green+Blue) = 242+240+8=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 8 (3.52% from 255 or 1.63% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F008 is #0D0FF7. Grayscale: #D7D7D7. Windows color (decimal): -856056 or 585970. OLE color: 585970.

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

Color convert

RGB 242 240 8 -
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.33 -
YUV 214.15 11.66 147.86 -
System Red Green Blue C M Y K H S L
Decimal 242 240 8 0 0.01 0.97 0.05 59.49 0.94 0.49
Hex F2 F0 8 0 1 61 5 3B 5E 31
Octal 362 360 10 0 1 141 5 73 136 61
Binary 11110010 11110000 1000 0 1 1100001 101 111011 1011110 110001

Color Harmonies of #F2F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F008

Black with #F2F008

Text Example


Text Example

White with #F2F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F008; }

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

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

background-color css

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

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

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

border-color css

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

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

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