Html Css Color HEX #F2F612 Lemon

📋 copy color: '#F2F612'

red 242 ◦ green 246 ◦ blue 18

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

Shades of Lemon #F2F612

Tints of Lemon #F2F612

RGB

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

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

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

R = 47.83%
G = 48.62%
B = 3.56%

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

#F2F612 (or 0xF2F612) is known color: Lemon. HEX triplet: F2, F6 and 12. RGB value is (242,246,18). Sum of RGB (Red+Green+Blue) = 242+246+18=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 18 (7.42% from 255 or 3.56% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F612 is #0D09ED. Grayscale: #DBDBDB. Windows color (decimal): -854510 or 1242866. OLE color: 1242866.

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

Color convert

RGB 242 246 18 -
CMYK 0.02 0 0.93 0.04
HSL 61.05º 0.93% 0.52% -
HSV(B) 61.05º 0.93% 0.96% -
XYZ 69.68 84.83 13.27 -
YUV 218.81 14.67 144.54 -
System Red Green Blue C M Y K H S L
Decimal 242 246 18 0.02 0 0.93 0.04 61.05 0.93 0.52
Hex F2 F6 12 2 0 5D 4 3D 5D 34
Octal 362 366 22 2 0 135 4 75 135 64
Binary 11110010 11110110 10010 10 0 1011101 100 111101 1011101 110100

Color Harmonies of #F2F612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F612

Black with #F2F612

Text Example


Text Example

White with #F2F612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F612; }

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

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

background-color css

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

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

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

border-color css

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

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

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