Html Css Color HEX #F2EF04 Lemon

📋 copy color: '#F2EF04'

red 242 ◦ green 239 ◦ blue 4

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

Shades of Lemon #F2EF04

Tints of Lemon #F2EF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.82%

R = 49.9%
G = 49.28%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2EF04 (or 0xF2EF04) is known color: Lemon. HEX triplet: F2, EF and 04. RGB value is (242,239,4). Sum of RGB (Red+Green+Blue) = 242+239+4=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 4 (1.95% from 255 or 0.82% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EF04 is #0D10FB. Grayscale: #D6D6D6. Windows color (decimal): -856316 or 323570. OLE color: 323570.

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

Color convert

RGB 242 239 4 -
CMYK 0 0.01 0.98 0.05
HSL 59.24º 0.97% 0.48% -
HSV(B) 59.24º 0.98% 0.95% -
XYZ 67.51 80.62 12.12 -
YUV 213.11 9.99 148.61 -
System Red Green Blue C M Y K H S L
Decimal 242 239 4 0 0.01 0.98 0.05 59.24 0.97 0.48
Hex F2 EF 4 0 1 62 5 3B 61 30
Octal 362 357 4 0 1 142 5 73 141 60
Binary 11110010 11101111 100 0 1 1100010 101 111011 1100001 110000

Color Harmonies of #F2EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF04

Black with #F2EF04

Text Example


Text Example

White with #F2EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF04; }

 p { color: rgb(242,239,4); }

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

background-color css

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

 a { background-color: rgb(242,239,4); }

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

border-color css

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

 span { border-color: rgb(242,239,4); }

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