Html Css Color HEX #F2F610 Lemon

📋 copy color: '#F2F610'

red 242 ◦ green 246 ◦ blue 16

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

Shades of Lemon #F2F610

Tints of Lemon #F2F610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.81%

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

R = 48.02%
G = 48.81%
B = 3.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F2F610 (or 0xF2F610) is known color: Lemon. HEX triplet: F2, F6 and 10. RGB value is (242,246,16). Sum of RGB (Red+Green+Blue) = 242+246+16=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 16 (6.64% from 255 or 3.17% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F610 is #0D09EF. Grayscale: #DBDBDB. Windows color (decimal): -854512 or 1111794. OLE color: 1111794.

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

Color convert

RGB 242 246 16 -
CMYK 0.02 0 0.93 0.04
HSL 61.04º 0.93% 0.51% -
HSV(B) 61.04º 0.93% 0.96% -
XYZ 69.67 84.83 13.19 -
YUV 218.58 13.67 144.7 -
System Red Green Blue C M Y K H S L
Decimal 242 246 16 0.02 0 0.93 0.04 61.04 0.93 0.51
Hex F2 F6 10 2 0 5D 4 3D 5D 33
Octal 362 366 20 2 0 135 4 75 135 63
Binary 11110010 11110110 10000 10 0 1011101 100 111101 1011101 110011

Color Harmonies of #F2F610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F610

Black with #F2F610

Text Example


Text Example

White with #F2F610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F610; }

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

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

background-color css

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

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

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

border-color css

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

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

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