Html Css Color HEX #F2EF1E Lemon

📋 copy color: '#F2EF1E'

red 242 ◦ green 239 ◦ blue 30

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

Shades of Lemon #F2EF1E

Tints of Lemon #F2EF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.87%

R = 47.36%
G = 46.77%
B = 5.87%

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

#F2EF1E (or 0xF2EF1E) is known color: Lemon. HEX triplet: F2, EF and 1E. RGB value is (242,239,30). Sum of RGB (Red+Green+Blue) = 242+239+30=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 30 (12.11% from 255 or 5.87% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF1E is #0D10E1. Grayscale: #D8D8D8. Windows color (decimal): -856290 or 2027506. OLE color: 2027506.

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

Color convert

RGB 242 239 30 -
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.72 80.7 13.24 -
YUV 216.07 22.99 146.49 -
System Red Green Blue C M Y K H S L
Decimal 242 239 30 0 0.01 0.88 0.05 59.15 0.89 0.53
Hex F2 EF 1E 0 1 58 5 3B 59 35
Octal 362 357 36 0 1 130 5 73 131 65
Binary 11110010 11101111 11110 0 1 1011000 101 111011 1011001 110101

Color Harmonies of #F2EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF1E

Black with #F2EF1E

Text Example


Text Example

White with #F2EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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