Html Css Color HEX #F2FA14 Lemon

📋 copy color: '#F2FA14'

red 242 ◦ green 250 ◦ blue 20

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

Shades of Lemon #F2FA14

Tints of Lemon #F2FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 47.27%
G = 48.83%
B = 3.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F2FA14 (or 0xF2FA14) is known color: Lemon. HEX triplet: F2, FA and 14. RGB value is (242,250,20). Sum of RGB (Red+Green+Blue) = 242+250+20=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA14 is #0D05EB. Grayscale: #DEDEDE. Windows color (decimal): -853484 or 1374962. OLE color: 1374962.

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

Color convert

RGB 242 250 20 -
CMYK 0.03 0 0.92 0.02
HSL 62.09º 0.96% 0.53% -
HSV(B) 62.09º 0.92% 0.98% -
XYZ 70.93 87.3 13.77 -
YUV 221.39 14.35 142.7 -
System Red Green Blue C M Y K H S L
Decimal 242 250 20 0.03 0 0.92 0.02 62.09 0.96 0.53
Hex F2 FA 14 3 0 5C 2 3E 60 35
Octal 362 372 24 3 0 134 2 76 140 65
Binary 11110010 11111010 10100 11 0 1011100 10 111110 1100000 110101

Color Harmonies of #F2FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA14

Black with #F2FA14

Text Example


Text Example

White with #F2FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA14; }

 p { color: rgb(242,250,20); }

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

background-color css

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

 a { background-color: rgb(242,250,20); }

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

border-color css

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

 span { border-color: rgb(242,250,20); }

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