Html Css Color HEX #F2FC23 Lemon

📋 copy color: '#F2FC23'

red 242 ◦ green 252 ◦ blue 35

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

Shades of Lemon #F2FC23

Tints of Lemon #F2FC23

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.64%

 BLUE value IS 35 (14.06% from 255) = 6.62%

R = 45.75%
G = 47.64%
B = 6.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#F2FC23 (or 0xF2FC23) is known color: Lemon. HEX triplet: F2, FC and 23. RGB value is (242,252,35). Sum of RGB (Red+Green+Blue) = 242+252+35=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 35 (14.06% from 255 or 6.62% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC23 is #0D03DC. Grayscale: #E1E1E1. Windows color (decimal): -852957 or 2358514. OLE color: 2358514.

HSL color Cylindrical-coordinate representation of color #F2FC23: hue angle of 62.76º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2FC23 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 35 -
CMYK 0.04 0 0.86 0.01
HSL 62.76º 0.97% 0.56% -
HSV(B) 62.76º 0.86% 0.99% -
XYZ 71.73 88.62 14.91 -
YUV 224.27 21.19 140.64 -
System Red Green Blue C M Y K H S L
Decimal 242 252 35 0.04 0 0.86 0.01 62.76 0.97 0.56
Hex F2 FC 23 4 0 56 1 3F 61 38
Octal 362 374 43 4 0 126 1 77 141 70
Binary 11110010 11111100 100011 100 0 1010110 1 111111 1100001 111000

Color Harmonies of #F2FC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC23

Black with #F2FC23

Text Example


Text Example

White with #F2FC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC23; }

 p { color: rgb(242,252,35); }

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

background-color css

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

 a { background-color: rgb(242,252,35); }

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

border-color css

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

 span { border-color: rgb(242,252,35); }

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