Html Css Color HEX #F2E507 Lemon

📋 copy color: '#F2E507'

red 242 ◦ green 229 ◦ blue 7

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

Shades of Lemon #F2E507

Tints of Lemon #F2E507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 50.63%
G = 47.91%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2E507 (or 0xF2E507) is known color: Lemon. HEX triplet: F2, E5 and 07. RGB value is (242,229,7). Sum of RGB (Red+Green+Blue) = 242+229+7=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 7 (3.12% from 255 or 1.46% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E507 is #0D1AF8. Grayscale: #D0D0D0. Windows color (decimal): -858873 or 517618. OLE color: 517618.

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

Color convert

RGB 242 229 7 -
CMYK 0 0.05 0.97 0.05
HSL 56.68º 0.94% 0.49% -
HSV(B) 56.68º 0.97% 0.95% -
XYZ 64.68 74.93 11.26 -
YUV 207.58 14.81 152.55 -
System Red Green Blue C M Y K H S L
Decimal 242 229 7 0 0.05 0.97 0.05 56.68 0.94 0.49
Hex F2 E5 7 0 5 61 5 39 5E 31
Octal 362 345 7 0 5 141 5 71 136 61
Binary 11110010 11100101 111 0 101 1100001 101 111001 1011110 110001

Color Harmonies of #F2E507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E507

Black with #F2E507

Text Example


Text Example

White with #F2E507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E507; }

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

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

background-color css

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

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

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

border-color css

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

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

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