Html Css Color HEX #F2E90A Lemon

📋 copy color: '#F2E90A'

red 242 ◦ green 233 ◦ blue 10

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

Shades of Lemon #F2E90A

Tints of Lemon #F2E90A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

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

R = 49.9%
G = 48.04%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2E90A (or 0xF2E90A) is known color: Lemon. HEX triplet: F2, E9 and 0A. RGB value is (242,233,10). Sum of RGB (Red+Green+Blue) = 242+233+10=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E90A is #0D16F5. Grayscale: #D3D3D3. Windows color (decimal): -857846 or 715250. OLE color: 715250.

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

Color convert

RGB 242 233 10 -
CMYK 0 0.04 0.96 0.05
HSL 57.67º 0.92% 0.49% -
HSV(B) 57.67º 0.96% 0.95% -
XYZ 65.81 77.18 11.72 -
YUV 210.27 14.98 150.63 -
System Red Green Blue C M Y K H S L
Decimal 242 233 10 0 0.04 0.96 0.05 57.67 0.92 0.49
Hex F2 E9 A 0 4 60 5 3A 5C 31
Octal 362 351 12 0 4 140 5 72 134 61
Binary 11110010 11101001 1010 0 100 1100000 101 111010 1011100 110001

Color Harmonies of #F2E90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E90A

Black with #F2E90A

Text Example


Text Example

White with #F2E90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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