Html Css Color HEX #F2F816 Lemon

📋 copy color: '#F2F816'

red 242 ◦ green 248 ◦ blue 22

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

Shades of Lemon #F2F816

Tints of Lemon #F2F816

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.44%

 BLUE value IS 22 (8.98% from 255) = 4.3%

R = 47.27%
G = 48.44%
B = 4.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F2F816 (or 0xF2F816) is known color: Lemon. HEX triplet: F2, F8 and 16. RGB value is (242,248,22). Sum of RGB (Red+Green+Blue) = 242+248+22=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 22 (8.98% from 255 or 4.30% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F816 is #0D07E9. Grayscale: #DDDDDD. Windows color (decimal): -853994 or 1505522. OLE color: 1505522.

HSL color Cylindrical-coordinate representation of color #F2F816: hue angle of 61.59º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2F816 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 22 -
CMYK 0.02 0 0.91 0.03
HSL 61.59º 0.94% 0.53% -
HSV(B) 61.59º 0.91% 0.97% -
XYZ 70.33 86.07 13.67 -
YUV 220.44 16.01 143.38 -
System Red Green Blue C M Y K H S L
Decimal 242 248 22 0.02 0 0.91 0.03 61.59 0.94 0.53
Hex F2 F8 16 2 0 5B 3 3E 5E 35
Octal 362 370 26 2 0 133 3 76 136 65
Binary 11110010 11111000 10110 10 0 1011011 11 111110 1011110 110101

Color Harmonies of #F2F816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F816

Black with #F2F816

Text Example


Text Example

White with #F2F816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F816; }

 p { color: rgb(242,248,22); }

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

background-color css

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

 a { background-color: rgb(242,248,22); }

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

border-color css

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

 span { border-color: rgb(242,248,22); }

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