Html Css Color HEX #F2EF13 Lemon

📋 copy color: '#F2EF13'

red 242 ◦ green 239 ◦ blue 19

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

Shades of Lemon #F2EF13

Tints of Lemon #F2EF13

RGB

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

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

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

R = 48.4%
G = 47.8%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2EF13 (or 0xF2EF13) is known color: Lemon. HEX triplet: F2, EF and 13. RGB value is (242,239,19). Sum of RGB (Red+Green+Blue) = 242+239+19=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EF13 is #0D10EC. Grayscale: #D7D7D7. Windows color (decimal): -856301 or 1306610. OLE color: 1306610.

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

Color convert

RGB 242 239 19 -
CMYK 0 0.01 0.92 0.05
HSL 59.19º 0.9% 0.51% -
HSV(B) 59.19º 0.92% 0.95% -
XYZ 67.6 80.66 12.62 -
YUV 214.82 17.49 147.39 -
System Red Green Blue C M Y K H S L
Decimal 242 239 19 0 0.01 0.92 0.05 59.19 0.9 0.51
Hex F2 EF 13 0 1 5C 5 3B 5A 33
Octal 362 357 23 0 1 134 5 73 132 63
Binary 11110010 11101111 10011 0 1 1011100 101 111011 1011010 110011

Color Harmonies of #F2EF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF13

Black with #F2EF13

Text Example


Text Example

White with #F2EF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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