Html Css Color HEX #F0EF02 Lemon

📋 copy color: '#F0EF02'

red 240 ◦ green 239 ◦ blue 2

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

Shades of Lemon #F0EF02

Tints of Lemon #F0EF02

RGB

 RED value IS 240 (94.14% from 255) = 49.9%

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 49.9%
G = 49.69%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0EF02 (or 0xF0EF02) is known color: Lemon. HEX triplet: F0, EF and 02. RGB value is (240,239,2). Sum of RGB (Red+Green+Blue) = 240+239+2=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 2 (1.17% from 255 or 0.42% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF02 is #0F10FD. Grayscale: #D5D5D5. Windows color (decimal): -987390 or 192496. OLE color: 192496.

HSL color Cylindrical-coordinate representation of color #F0EF02: hue angle of 59.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0EF02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 239 2 -
CMYK 0 0.00 0.99 0.06
HSL 59.75º 0.98% 0.47% -
HSV(B) 59.75º 0.99% 0.94% -
XYZ 66.81 80.26 12.03 -
YUV 212.28 9.33 147.77 -
System Red Green Blue C M Y K H S L
Decimal 240 239 2 0 0.00 0.99 0.06 59.75 0.98 0.47
Hex F0 EF 2 0 0 63 6 3C 62 2F
Octal 360 357 2 0 0 143 6 74 142 57
Binary 11110000 11101111 10 0 0 1100011 110 111100 1100010 101111

Color Harmonies of #F0EF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF02

Black with #F0EF02

Text Example


Text Example

White with #F0EF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF02; }

 p { color: rgb(240,239,2); }

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

background-color css

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

 a { background-color: rgb(240,239,2); }

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

border-color css

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

 span { border-color: rgb(240,239,2); }

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