Html Css Color HEX #F0FC1C Lemon

📋 copy color: '#F0FC1C'

red 240 ◦ green 252 ◦ blue 28

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

Shades of Lemon #F0FC1C

Tints of Lemon #F0FC1C

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

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

 BLUE value IS 28 (11.33% from 255) = 5.38%

R = 46.15%
G = 48.46%
B = 5.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#F0FC1C (or 0xF0FC1C) is known color: Lemon. HEX triplet: F0, FC and 1C. RGB value is (240,252,28). Sum of RGB (Red+Green+Blue) = 240+252+28=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 28 (11.33% from 255 or 5.38% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC1C is #0F03E3. Grayscale: #DFDFDF. Windows color (decimal): -984036 or 1899760. OLE color: 1899760.

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

Color convert

RGB 240 252 28 -
CMYK 0.05 0 0.89 0.01
HSL 63.21º 0.97% 0.55% -
HSV(B) 63.21º 0.89% 0.99% -
XYZ 70.96 88.23 14.39 -
YUV 222.88 18.02 140.21 -
System Red Green Blue C M Y K H S L
Decimal 240 252 28 0.05 0 0.89 0.01 63.21 0.97 0.55
Hex F0 FC 1C 5 0 59 1 3F 61 37
Octal 360 374 34 5 0 131 1 77 141 67
Binary 11110000 11111100 11100 101 0 1011001 1 111111 1100001 110111

Color Harmonies of #F0FC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC1C

Black with #F0FC1C

Text Example


Text Example

White with #F0FC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC1C; }

 p { color: rgb(240,252,28); }

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

background-color css

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

 a { background-color: rgb(240,252,28); }

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

border-color css

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

 span { border-color: rgb(240,252,28); }

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