Html Css Color HEX #F2E608 Lemon

📋 copy color: '#F2E608'

red 242 ◦ green 230 ◦ blue 8

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

Shades of Lemon #F2E608

Tints of Lemon #F2E608

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.92%

 BLUE value IS 8 (3.52% from 255) = 1.67%

R = 50.42%
G = 47.92%
B = 1.67%

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

#F2E608 (or 0xF2E608) is known color: Lemon. HEX triplet: F2, E6 and 08. RGB value is (242,230,8). Sum of RGB (Red+Green+Blue) = 242+230+8=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 8 (3.52% from 255 or 1.67% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E608 is #0D19F7. Grayscale: #D1D1D1. Windows color (decimal): -858616 or 583410. OLE color: 583410.

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

Color convert

RGB 242 230 8 -
CMYK 0 0.05 0.97 0.05
HSL 56.92º 0.94% 0.49% -
HSV(B) 56.92º 0.97% 0.95% -
XYZ 64.96 75.49 11.38 -
YUV 208.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 242 230 8 0 0.05 0.97 0.05 56.92 0.94 0.49
Hex F2 E6 8 0 5 61 5 39 5E 31
Octal 362 346 10 0 5 141 5 71 136 61
Binary 11110010 11100110 1000 0 101 1100001 101 111001 1011110 110001

Color Harmonies of #F2E608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E608

Black with #F2E608

Text Example


Text Example

White with #F2E608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E608; }

 p { color: rgb(242,230,8); }

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

background-color css

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

 a { background-color: rgb(242,230,8); }

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

border-color css

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

 span { border-color: rgb(242,230,8); }

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