Html Css Color HEX #F2E108 Lemon

📋 copy color: '#F2E108'

red 242 ◦ green 225 ◦ blue 8

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

Shades of Lemon #F2E108

Tints of Lemon #F2E108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

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

R = 50.95%
G = 47.37%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2E108 (or 0xF2E108) is known color: Lemon. HEX triplet: F2, E1 and 08. RGB value is (242,225,8). Sum of RGB (Red+Green+Blue) = 242+225+8=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E108 is #0D1EF7. Grayscale: #CECECE. Windows color (decimal): -859896 or 582130. OLE color: 582130.

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

Color convert

RGB 242 225 8 -
CMYK 0 0.07 0.97 0.05
HSL 55.64º 0.94% 0.49% -
HSV(B) 55.64º 0.97% 0.95% -
XYZ 63.59 72.75 10.92 -
YUV 205.35 16.63 154.14 -
System Red Green Blue C M Y K H S L
Decimal 242 225 8 0 0.07 0.97 0.05 55.64 0.94 0.49
Hex F2 E1 8 0 7 61 5 38 5E 31
Octal 362 341 10 0 7 141 5 70 136 61
Binary 11110010 11100001 1000 0 111 1100001 101 111000 1011110 110001

Color Harmonies of #F2E108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E108

Black with #F2E108

Text Example


Text Example

White with #F2E108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E108; }

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

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

background-color css

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

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

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

border-color css

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

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

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