Html Css Color HEX #F2E610 Lemon

📋 copy color: '#F2E610'

red 242 ◦ green 230 ◦ blue 16

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

Shades of Lemon #F2E610

Tints of Lemon #F2E610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.28%

R = 49.59%
G = 47.13%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2E610 (or 0xF2E610) is known color: Lemon. HEX triplet: F2, E6 and 10. RGB value is (242,230,16). Sum of RGB (Red+Green+Blue) = 242+230+16=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E610 is #0D19EF. Grayscale: #D2D2D2. Windows color (decimal): -858608 or 1107698. OLE color: 1107698.

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

Color convert

RGB 242 230 16 -
CMYK 0 0.05 0.93 0.05
HSL 56.81º 0.9% 0.51% -
HSV(B) 56.81º 0.93% 0.95% -
XYZ 65.01 75.51 11.64 -
YUV 209.19 18.98 151.4 -
System Red Green Blue C M Y K H S L
Decimal 242 230 16 0 0.05 0.93 0.05 56.81 0.9 0.51
Hex F2 E6 10 0 5 5D 5 39 5A 33
Octal 362 346 20 0 5 135 5 71 132 63
Binary 11110010 11100110 10000 0 101 1011101 101 111001 1011010 110011

Color Harmonies of #F2E610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E610

Black with #F2E610

Text Example


Text Example

White with #F2E610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E610; }

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

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

background-color css

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

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

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

border-color css

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

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

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