Html Css Color HEX #F2EE1E Lemon

📋 copy color: '#F2EE1E'

red 242 ◦ green 238 ◦ blue 30

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

Shades of Lemon #F2EE1E

Tints of Lemon #F2EE1E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

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

R = 47.45%
G = 46.67%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2EE1E (or 0xF2EE1E) is known color: Lemon. HEX triplet: F2, EE and 1E. RGB value is (242,238,30). Sum of RGB (Red+Green+Blue) = 242+238+30=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 30 (12.11% from 255 or 5.88% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE1E is #0D11E1. Grayscale: #D8D8D8. Windows color (decimal): -856546 or 2027250. OLE color: 2027250.

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

Color convert

RGB 242 238 30 -
CMYK 0 0.02 0.88 0.05
HSL 58.87º 0.89% 0.53% -
HSV(B) 58.87º 0.88% 0.95% -
XYZ 67.43 80.12 13.14 -
YUV 215.48 23.33 146.91 -
System Red Green Blue C M Y K H S L
Decimal 242 238 30 0 0.02 0.88 0.05 58.87 0.89 0.53
Hex F2 EE 1E 0 2 58 5 3B 59 35
Octal 362 356 36 0 2 130 5 73 131 65
Binary 11110010 11101110 11110 0 10 1011000 101 111011 1011001 110101

Color Harmonies of #F2EE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE1E

Black with #F2EE1E

Text Example


Text Example

White with #F2EE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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