Html Css Color HEX #F2EF1D Lemon

📋 copy color: '#F2EF1D'

red 242 ◦ green 239 ◦ blue 29

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

Shades of Lemon #F2EF1D

Tints of Lemon #F2EF1D

RGB

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

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

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

R = 47.45%
G = 46.86%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2EF1D (or 0xF2EF1D) is known color: Lemon. HEX triplet: F2, EF and 1D. RGB value is (242,239,29). Sum of RGB (Red+Green+Blue) = 242+239+29=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 29 (11.72% from 255 or 5.69% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF1D is #0D10E2. Grayscale: #D8D8D8. Windows color (decimal): -856291 or 1961970. OLE color: 1961970.

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

Color convert

RGB 242 239 29 -
CMYK 0 0.01 0.88 0.05
HSL 59.15º 0.89% 0.53% -
HSV(B) 59.15º 0.88% 0.95% -
XYZ 67.71 80.7 13.17 -
YUV 215.96 22.49 146.58 -
System Red Green Blue C M Y K H S L
Decimal 242 239 29 0 0.01 0.88 0.05 59.15 0.89 0.53
Hex F2 EF 1D 0 1 58 5 3B 59 35
Octal 362 357 35 0 1 130 5 73 131 65
Binary 11110010 11101111 11101 0 1 1011000 101 111011 1011001 110101

Color Harmonies of #F2EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF1D

Black with #F2EF1D

Text Example


Text Example

White with #F2EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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