Html Css Color HEX #F2F41D Lemon

📋 copy color: '#F2F41D'

red 242 ◦ green 244 ◦ blue 29

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

Shades of Lemon #F2F41D

Tints of Lemon #F2F41D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.38%

 BLUE value IS 29 (11.72% from 255) = 5.63%

R = 46.99%
G = 47.38%
B = 5.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F2F41D (or 0xF2F41D) is known color: Lemon. HEX triplet: F2, F4 and 1D. RGB value is (242,244,29). Sum of RGB (Red+Green+Blue) = 242+244+29=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F41D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F41D is #0D0BE2. Grayscale: #DBDBDB. Windows color (decimal): -855011 or 1963250. OLE color: 1963250.

HSL color Cylindrical-coordinate representation of color #F2F41D: hue angle of 60.56º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2F41D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 29 -
CMYK 0.01 0 0.88 0.04
HSL 60.56º 0.91% 0.54% -
HSV(B) 60.56º 0.88% 0.96% -
XYZ 69.19 83.67 13.67 -
YUV 218.89 20.84 144.48 -
System Red Green Blue C M Y K H S L
Decimal 242 244 29 0.01 0 0.88 0.04 60.56 0.91 0.54
Hex F2 F4 1D 1 0 58 4 3D 5B 36
Octal 362 364 35 1 0 130 4 75 133 66
Binary 11110010 11110100 11101 1 0 1011000 100 111101 1011011 110110

Color Harmonies of #F2F41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F41D

Black with #F2F41D

Text Example


Text Example

White with #F2F41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F41D; }

 p { color: rgb(242,244,29); }

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

background-color css

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

 a { background-color: rgb(242,244,29); }

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

border-color css

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

 span { border-color: rgb(242,244,29); }

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