Html Css Color HEX #F2E509 Lemon

📋 copy color: '#F2E509'

red 242 ◦ green 229 ◦ blue 9

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

Shades of Lemon #F2E509

Tints of Lemon #F2E509

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.71%

 BLUE value IS 9 (3.91% from 255) = 1.88%

R = 50.42%
G = 47.71%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2E509 (or 0xF2E509) is known color: Lemon. HEX triplet: F2, E5 and 09. RGB value is (242,229,9). Sum of RGB (Red+Green+Blue) = 242+229+9=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 9 (3.91% from 255 or 1.88% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E509 is #0D1AF6. Grayscale: #D0D0D0. Windows color (decimal): -858871 or 648690. OLE color: 648690.

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

Color convert

RGB 242 229 9 -
CMYK 0 0.05 0.96 0.05
HSL 56.65º 0.93% 0.49% -
HSV(B) 56.65º 0.96% 0.95% -
XYZ 64.69 74.94 11.31 -
YUV 207.81 15.81 152.39 -
System Red Green Blue C M Y K H S L
Decimal 242 229 9 0 0.05 0.96 0.05 56.65 0.93 0.49
Hex F2 E5 9 0 5 60 5 39 5D 31
Octal 362 345 11 0 5 140 5 71 135 61
Binary 11110010 11100101 1001 0 101 1100000 101 111001 1011101 110001

Color Harmonies of #F2E509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E509

Black with #F2E509

Text Example


Text Example

White with #F2E509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E509; }

 p { color: rgb(242,229,9); }

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

background-color css

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

 a { background-color: rgb(242,229,9); }

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

border-color css

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

 span { border-color: rgb(242,229,9); }

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