Html Css Color HEX #F2FA12 Lemon

📋 copy color: '#F2FA12'

red 242 ◦ green 250 ◦ blue 18

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

Shades of Lemon #F2FA12

Tints of Lemon #F2FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.53%

R = 47.45%
G = 49.02%
B = 3.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F2FA12 (or 0xF2FA12) is known color: Lemon. HEX triplet: F2, FA and 12. RGB value is (242,250,18). Sum of RGB (Red+Green+Blue) = 242+250+18=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA12 is #0D05ED. Grayscale: #DEDEDE. Windows color (decimal): -853486 or 1243890. OLE color: 1243890.

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

Color convert

RGB 242 250 18 -
CMYK 0.03 0 0.93 0.02
HSL 62.07º 0.96% 0.53% -
HSV(B) 62.07º 0.93% 0.98% -
XYZ 70.91 87.29 13.68 -
YUV 221.16 13.35 142.86 -
System Red Green Blue C M Y K H S L
Decimal 242 250 18 0.03 0 0.93 0.02 62.07 0.96 0.53
Hex F2 FA 12 3 0 5D 2 3E 60 35
Octal 362 372 22 3 0 135 2 76 140 65
Binary 11110010 11111010 10010 11 0 1011101 10 111110 1100000 110101

Color Harmonies of #F2FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA12

Black with #F2FA12

Text Example


Text Example

White with #F2FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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