Html Css Color HEX #F2EF0A Lemon

📋 copy color: '#F2EF0A'

red 242 ◦ green 239 ◦ blue 10

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

Shades of Lemon #F2EF0A

Tints of Lemon #F2EF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 49.29%
G = 48.68%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2EF0A (or 0xF2EF0A) is known color: Lemon. HEX triplet: F2, EF and 0A. RGB value is (242,239,10). Sum of RGB (Red+Green+Blue) = 242+239+10=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EF0A is #0D10F5. Grayscale: #D6D6D6. Windows color (decimal): -856310 or 716786. OLE color: 716786.

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

Color convert

RGB 242 239 10 -
CMYK 0 0.01 0.96 0.05
HSL 59.22º 0.92% 0.49% -
HSV(B) 59.22º 0.96% 0.95% -
XYZ 67.54 80.63 12.29 -
YUV 213.79 12.99 148.12 -
System Red Green Blue C M Y K H S L
Decimal 242 239 10 0 0.01 0.96 0.05 59.22 0.92 0.49
Hex F2 EF A 0 1 60 5 3B 5C 31
Octal 362 357 12 0 1 140 5 73 134 61
Binary 11110010 11101111 1010 0 1 1100000 101 111011 1011100 110001

Color Harmonies of #F2EF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF0A

Black with #F2EF0A

Text Example


Text Example

White with #F2EF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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