Html Css Color HEX #F2EE13 Lemon

📋 copy color: '#F2EE13'

red 242 ◦ green 238 ◦ blue 19

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

Shades of Lemon #F2EE13

Tints of Lemon #F2EE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.81%

R = 48.5%
G = 47.7%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2EE13 (or 0xF2EE13) is known color: Lemon. HEX triplet: F2, EE and 13. RGB value is (242,238,19). Sum of RGB (Red+Green+Blue) = 242+238+19=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 19 (7.81% from 255 or 3.81% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EE13 is #0D11EC. Grayscale: #D7D7D7. Windows color (decimal): -856557 or 1306354. OLE color: 1306354.

HSL color Cylindrical-coordinate representation of color #F2EE13: hue angle of 58.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2EE13 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 238 19 -
CMYK 0 0.02 0.92 0.05
HSL 58.92º 0.9% 0.51% -
HSV(B) 58.92º 0.92% 0.95% -
XYZ 67.31 80.07 12.52 -
YUV 214.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 242 238 19 0 0.02 0.92 0.05 58.92 0.9 0.51
Hex F2 EE 13 0 2 5C 5 3B 5A 33
Octal 362 356 23 0 2 134 5 73 132 63
Binary 11110010 11101110 10011 0 10 1011100 101 111011 1011010 110011

Color Harmonies of #F2EE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE13

Black with #F2EE13

Text Example


Text Example

White with #F2EE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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